#A820AC

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

Shades of Dark Orchid #A820AC

Tints of Dark Orchid #A820AC

Color information

#A820AC (or 0xA820AC) is unknown color: approx Dark Orchid. HEX triplet: A8, 20 and AC. RGB value is (168,32,172). Sum of RGB (Red+Green+Blue) = 168+32+172=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #A820AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A820AC is #57DF53. Grayscale: #585858. Windows color (decimal): -5758804 or 11280552. OLE color: 11280552.

HSL color Cylindrical-coordinate representation of color #A820AC: hue angle of 298.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A820AC is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16832172-
CMYK0.020.8100.33
HSL298.29º68.63%40%-
HSV(B)298.29º81.4%67.45%-
XYZ24.1112.3440.14-
YUV88.62175.06184.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 32 (12.89% from 255) = 8.60%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=45.16%
G=8.60%
B=46.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168321720.020.8100.33298.2968.6340
HexA820AC25102112a4528
Octal25040254212104145210550
Binary101010001000001010110010101000101000011001010101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A820AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A820AC; }

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

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

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

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

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

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

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

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