Html Css Color HEX #AF20C0 Dark Orchid

📋 copy color: '#AF20C0'

red 175 ◦ green 32 ◦ blue 192

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

Shades of Dark Orchid #AF20C0

Tints of Dark Orchid #AF20C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 43.86%
G = 8.02%
B = 48.12%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF20C0 (or 0xAF20C0) is known color: Dark Orchid. HEX triplet: AF, 20 and C0. RGB value is (175,32,192). Sum of RGB (Red+Green+Blue) = 175+32+192=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF20C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20C0 is #50DF3F. Grayscale: #5C5C5C. Windows color (decimal): -5300032 or 12591279. OLE color: 12591279.

HSL color Cylindrical-coordinate representation of color #AF20C0: hue angle of 293.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF20C0 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 32 192 -
CMYK 0.09 0.83 0 0.25
HSL 293.63º 0.71% 0.44% -
HSV(B) 293.63º 0.83% 0.75% -
XYZ 27.71 13.95 51.1 -
YUV 93 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 175 32 192 0.09 0.83 0 0.25 293.63 0.71 0.44
Hex AF 20 C0 9 53 0 19 126 47 2C
Octal 257 40 300 11 123 0 31 446 107 54
Binary 10101111 100000 11000000 1001 1010011 0 11001 100100110 1000111 101100

Color Harmonies of #AF20C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20C0

Black with #AF20C0

Text Example


Text Example

White with #AF20C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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