Html Css Color HEX #AF21CE Dark Orchid

📋 copy color: '#AF21CE'

red 175 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #AF21CE

Tints of Dark Orchid #AF21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.97%

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 42.27%
G = 7.97%
B = 49.76%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF21CE (or 0xAF21CE) is known color: Dark Orchid. HEX triplet: AF, 21 and CE. RGB value is (175,33,206). Sum of RGB (Red+Green+Blue) = 175+33+206=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21CE is #50DE31. Grayscale: #5E5E5E. Windows color (decimal): -5299762 or 13509039. OLE color: 13509039.

HSL color Cylindrical-coordinate representation of color #AF21CE: hue angle of 289.25º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF21CE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 33 206 -
CMYK 0.15 0.84 0 0.19
HSL 289.25º 0.72% 0.47% -
HSV(B) 289.25º 0.84% 0.81% -
XYZ 29.36 14.66 59.67 -
YUV 95.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 175 33 206 0.15 0.84 0 0.19 289.25 0.72 0.47
Hex AF 21 CE F 54 0 13 121 48 2F
Octal 257 41 316 17 124 0 23 441 110 57
Binary 10101111 100001 11001110 1111 1010100 0 10011 100100001 1001000 101111

Color Harmonies of #AF21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21CE

Black with #AF21CE

Text Example


Text Example

White with #AF21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21CE; }

 p { color: rgb(175,33,206); }

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

background-color css

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

 a { background-color: rgb(175,33,206); }

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

border-color css

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

 span { border-color: rgb(175,33,206); }

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