Html Css Color HEX #AF20DA Dark Orchid

📋 copy color: '#AF20DA'

red 175 ◦ green 32 ◦ blue 218

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

Shades of Dark Orchid #AF20DA

Tints of Dark Orchid #AF20DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 41.18%
G = 7.53%
B = 51.29%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF20DA (or 0xAF20DA) is known color: Dark Orchid. HEX triplet: AF, 20 and DA. RGB value is (175,32,218). Sum of RGB (Red+Green+Blue) = 175+32+218=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF20DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20DA is #50DF25. Grayscale: #5F5F5F. Windows color (decimal): -5300006 or 14295215. OLE color: 14295215.

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

Color convert

RGB 175 32 218 -
CMYK 0.20 0.85 0 0.15
HSL 286.13º 0.74% 0.49% -
HSV(B) 286.13º 0.85% 0.85% -
XYZ 30.85 15.21 67.64 -
YUV 95.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 175 32 218 0.20 0.85 0 0.15 286.13 0.74 0.49
Hex AF 20 DA 14 55 0 F 11E 4A 31
Octal 257 40 332 24 125 0 17 436 112 61
Binary 10101111 100000 11011010 10100 1010101 0 1111 100011110 1001010 110001

Color Harmonies of #AF20DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20DA

Black with #AF20DA

Text Example


Text Example

White with #AF20DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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