#af32cc

Color #AF32CC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AF32CC

Tints of Dark Orchid #AF32CC

Color information

#AF32CC (or 0xAF32CC) is unknown color: approx Dark Orchid. HEX triplet: AF, 32 and CC. RGB value is (175,50,204). Sum of RGB (Red+Green+Blue) = 175+50+204=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF32CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32CC is #50CD33. Grayscale: #686868. Windows color (decimal): -5295412 or 13382319. OLE color: 13382319.

HSL color Cylindrical-coordinate representation of color #AF32CC: hue angle of 288.7º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF32CC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17550204-
CMYK0.140.7500.2
HSL288.7º60.63%49.8%-
HSV(B)288.7º75.49%80%-
XYZ29.7215.7558.6-
YUV104.93183.91177.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 50 (19.92% from 255) = 11.66%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=40.79%
G=11.66%
B=47.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175502040.140.7500.2288.760.6349.8
HexAF32CCE4B0141213d32
Octal25762314161130244417562
Binary101011111100101100110011101001011010100100100001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af32cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af32cc; }

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

 H1.HeaderClassName
 {
   color: #af32cc;
 }
 .AnyTagClassName
 {
   color: #af32cc;
 }
</style>
background-color css

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

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

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

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

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

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