Html Css Color HEX #AF20DE Dark Orchid

📋 copy color: '#AF20DE'

red 175 ◦ green 32 ◦ blue 222

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

Shades of Dark Orchid #AF20DE

Tints of Dark Orchid #AF20DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 40.79%
G = 7.46%
B = 51.75%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF20DE (or 0xAF20DE) is known color: Dark Orchid. HEX triplet: AF, 20 and DE. RGB value is (175,32,222). Sum of RGB (Red+Green+Blue) = 175+32+222=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF20DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20DE is #50DF21. Grayscale: #5F5F5F. Windows color (decimal): -5300002 or 14557359. OLE color: 14557359.

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

Color convert

RGB 175 32 222 -
CMYK 0.21 0.86 0 0.13
HSL 285.16º 0.75% 0.5% -
HSV(B) 285.16º 0.86% 0.87% -
XYZ 31.38 15.42 70.43 -
YUV 96.42 198.88 184.05 -
System Red Green Blue C M Y K H S L
Decimal 175 32 222 0.21 0.86 0 0.13 285.16 0.75 0.5
Hex AF 20 DE 15 56 0 D 11D 4B 32
Octal 257 40 336 25 126 0 15 435 113 62
Binary 10101111 100000 11011110 10101 1010110 0 1101 100011101 1001011 110010

Color Harmonies of #AF20DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20DE

Black with #AF20DE

Text Example


Text Example

White with #AF20DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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