#AF20AC

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

Shades of Dark Orchid #AF20AC

Tints of Dark Orchid #AF20AC

Color information

#AF20AC (or 0xAF20AC) is unknown color: approx Dark Orchid. HEX triplet: AF, 20 and AC. RGB value is (175,32,172). Sum of RGB (Red+Green+Blue) = 175+32+172=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF20AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF20AC is #50DF53. Grayscale: #5A5A5A. Windows color (decimal): -5300052 or 11280559. OLE color: 11280559.

HSL color Cylindrical-coordinate representation of color #AF20AC: hue angle of 301.26º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF20AC is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17532172-
CMYK00.820.020.31
HSL301.26º69.08%40.59%-
HSV(B)301.26º81.71%68.63%-
XYZ25.6413.1340.21-
YUV90.72173.88188.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 32 (12.89% from 255) = 8.44%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=46.17%
G=8.44%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753217200.820.020.31301.2669.0840.59
HexAF20AC05221F12d4529
Octal25740254012223745510551
Binary10101111100000101011000101001010111111001011011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF20AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF20AC; }

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

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

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

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

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

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

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

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