#A01AAC

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

Shades of Dark Orchid #A01AAC

Tints of Dark Orchid #A01AAC

Color information

#A01AAC (or 0xA01AAC) is unknown color: approx Dark Orchid. HEX triplet: A0, 1A and AC. RGB value is (160,26,172). Sum of RGB (Red+Green+Blue) = 160+26+172=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #A01AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01AAC is #5FE553. Grayscale: #525252. Windows color (decimal): -6284628 or 11279008. OLE color: 11279008.

HSL color Cylindrical-coordinate representation of color #A01AAC: hue angle of 295.07º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01AAC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16026172-
CMYK0.070.8500.33
HSL295.07º73.74%38.82%-
HSV(B)295.07º84.88%67.45%-
XYZ22.3111.1940.01-
YUV82.71178.39183.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 26 (10.55% from 255) = 7.26%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=44.69%
G=7.26%
B=48.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160261720.070.8500.33295.0773.7438.82
HexA01AAC7550211274a27
Octal24032254712504144711247
Binary101000001101010101100111101010101000011001001111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01AAC; }

 p { color: rgb(160,26,172); }

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

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

 a { background-color: rgb(160,26,172); }

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

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

 span { border-color: rgb(160,26,172); }

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