Html Css Color HEX #AF32CE Dark Orchid

📋 copy color: '#AF32CE'

red 175 ◦ green 50 ◦ blue 206

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

Shades of Dark Orchid #AF32CE

Tints of Dark Orchid #AF32CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.6%

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

R = 40.6%
G = 11.6%
B = 47.8%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF32CE (or 0xAF32CE) is known color: Dark Orchid. HEX triplet: AF, 32 and CE. RGB value is (175,50,206). Sum of RGB (Red+Green+Blue) = 175+50+206=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF32CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32CE is #50CD31. Grayscale: #686868. Windows color (decimal): -5295410 or 13513391. OLE color: 13513391.

HSL color Cylindrical-coordinate representation of color #AF32CE: hue angle of 288.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF32CE is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 50 206 -
CMYK 0.15 0.76 0 0.19
HSL 288.08º 0.61% 0.5% -
HSV(B) 288.08º 0.76% 0.81% -
XYZ 29.96 15.85 59.87 -
YUV 105.16 184.91 177.82 -
System Red Green Blue C M Y K H S L
Decimal 175 50 206 0.15 0.76 0 0.19 288.08 0.61 0.5
Hex AF 32 CE F 4C 0 13 120 3D 32
Octal 257 62 316 17 114 0 23 440 75 62
Binary 10101111 110010 11001110 1111 1001100 0 10011 100100000 111101 110010

Color Harmonies of #AF32CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32CE

Black with #AF32CE

Text Example


Text Example

White with #AF32CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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