Html Css Color HEX #AF20CE Dark Orchid

📋 copy color: '#AF20CE'

red 175 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #AF20CE

Tints of Dark Orchid #AF20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.75%

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

R = 42.37%
G = 7.75%
B = 49.88%

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

#AF20CE (or 0xAF20CE) is known color: Dark Orchid. HEX triplet: AF, 20 and CE. RGB value is (175,32,206). Sum of RGB (Red+Green+Blue) = 175+32+206=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF20CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20CE is #50DF31. Grayscale: #5E5E5E. Windows color (decimal): -5300018 or 13508783. OLE color: 13508783.

HSL color Cylindrical-coordinate representation of color #AF20CE: hue angle of 289.31º degrees, saturation: 0.73, 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 #AF20CE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 32 206 -
CMYK 0.15 0.84 0 0.19
HSL 289.31º 0.73% 0.47% -
HSV(B) 289.31º 0.84% 0.81% -
XYZ 29.34 14.6 59.67 -
YUV 94.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 175 32 206 0.15 0.84 0 0.19 289.31 0.73 0.47
Hex AF 20 CE F 54 0 13 121 49 2F
Octal 257 40 316 17 124 0 23 441 111 57
Binary 10101111 100000 11001110 1111 1010100 0 10011 100100001 1001001 101111

Color Harmonies of #AF20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20CE

Black with #AF20CE

Text Example


Text Example

White with #AF20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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