#AC20AF

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

Shades of Dark Orchid #AC20AF

Tints of Dark Orchid #AC20AF

Color information

#AC20AF (or 0xAC20AF) is unknown color: approx Dark Orchid. HEX triplet: AC, 20 and AF. RGB value is (172,32,175). Sum of RGB (Red+Green+Blue) = 172+32+175=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC20AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC20AF is #53DF50. Grayscale: #595959. Windows color (decimal): -5496657 or 11477164. OLE color: 11477164.

HSL color Cylindrical-coordinate representation of color #AC20AF: hue angle of 298.74º 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 #AC20AF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17232175-
CMYK0.020.8200.31
HSL298.74º69.08%40.59%-
HSV(B)298.74º81.71%68.63%-
XYZ25.2712.941.72-
YUV90.16175.88186.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172321750.020.8200.31298.7469.0840.59
HexAC20AF25201F12b4529
Octal25440257212203745310551
Binary10101100100000101011111010100100111111001010111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC20AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC20AF; }

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

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

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

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

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

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

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

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