Html Css Color HEX #AF20DB Dark Orchid

📋 copy color: '#AF20DB'

red 175 ◦ green 32 ◦ blue 219

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

Shades of Dark Orchid #AF20DB

Tints of Dark Orchid #AF20DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 41.08%
G = 7.51%
B = 51.41%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF20DB (or 0xAF20DB) is known color: Dark Orchid. HEX triplet: AF, 20 and DB. RGB value is (175,32,219). Sum of RGB (Red+Green+Blue) = 175+32+219=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20DB is #50DF24. Grayscale: #5F5F5F. Windows color (decimal): -5300005 or 14360751. OLE color: 14360751.

HSL color Cylindrical-coordinate representation of color #AF20DB: hue angle of 285.88º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF20DB is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 32 219 -
CMYK 0.20 0.85 0 0.14
HSL 285.88º 0.75% 0.49% -
HSV(B) 285.88º 0.85% 0.86% -
XYZ 30.98 15.26 68.33 -
YUV 96.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 175 32 219 0.20 0.85 0 0.14 285.88 0.75 0.49
Hex AF 20 DB 14 55 0 E 11E 4B 31
Octal 257 40 333 24 125 0 16 436 113 61
Binary 10101111 100000 11011011 10100 1010101 0 1110 100011110 1001011 110001

Color Harmonies of #AF20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20DB

Black with #AF20DB

Text Example


Text Example

White with #AF20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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