Html Css Color HEX #AF27DD Dark Orchid

📋 copy color: '#AF27DD'

red 175 ◦ green 39 ◦ blue 221

#AF27DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF27DD

Tints of Dark Orchid #AF27DD

RGB

 RED value IS 175 (68.75% from 255) = 40.23%

 GREEN value IS 39 (15.63% from 255) = 8.97%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 40.23%
G = 8.97%
B = 50.8%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF27DD (or 0xAF27DD) is known color: Dark Orchid. HEX triplet: AF, 27 and DD. RGB value is (175,39,221). Sum of RGB (Red+Green+Blue) = 175+39+221=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF27DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27DD is #50D822. Grayscale: #636363. Windows color (decimal): -5298211 or 14493615. OLE color: 14493615.

HSL color Cylindrical-coordinate representation of color #AF27DD: hue angle of 284.84º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF27DD is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 39 221 -
CMYK 0.21 0.82 0 0.13
HSL 284.84º 0.73% 0.51% -
HSV(B) 284.84º 0.82% 0.87% -
XYZ 31.46 15.79 69.8 -
YUV 100.41 196.06 181.2 -
System Red Green Blue C M Y K H S L
Decimal 175 39 221 0.21 0.82 0 0.13 284.84 0.73 0.51
Hex AF 27 DD 15 52 0 D 11D 49 33
Octal 257 47 335 25 122 0 15 435 111 63
Binary 10101111 100111 11011101 10101 1010010 0 1101 100011101 1001001 110011

Color Harmonies of #AF27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27DD

Black with #AF27DD

Text Example


Text Example

White with #AF27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27DD; }

 p { color: rgb(175,39,221); }

 H1.HeaderClassName
 {
   color: #AF27DD;
 }
 .AnyTagClassName
 {
   color: #AF27DD;
 }
</style>

background-color css

<style>
 a { background-color: #AF27DD; }

 a { background-color: rgb(175,39,221); }

 div.DivClassName
 {
   background-color: #AF27DD;
 }
 .BgClassName
 {
   background-color: #AF27DD;
 }
</style>

border-color css

<style>
 span { border-color: #AF27DD; }

 span { border-color: rgb(175,39,221); }

 td.TdClassName
 {
   border-color: #AF27DD;
 }
 .TagClassName
 {
   border-color: #AF27DD;
 }
</style>