#A121AC

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

Shades of Dark Orchid #A121AC

Tints of Dark Orchid #A121AC

Color information

#A121AC (or 0xA121AC) is unknown color: approx Dark Orchid. HEX triplet: A1, 21 and AC. RGB value is (161,33,172). Sum of RGB (Red+Green+Blue) = 161+33+172=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #A121AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A121AC is #5EDE53. Grayscale: #565656. Windows color (decimal): -6217300 or 11280801. OLE color: 11280801.

HSL color Cylindrical-coordinate representation of color #A121AC: hue angle of 295.25º degrees, saturation: 0.68, 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 #A121AC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16133172-
CMYK0.060.8100.33
HSL295.25º67.8%40.2%-
HSV(B)295.25º80.81%67.45%-
XYZ22.6911.6440.08-
YUV87.12175.91180.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 172 (67.58% from 255) = 46.99%
R=43.99%
G=9.02%
B=46.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161331720.060.8100.33295.2567.840.2
HexA121AC6510211274428
Octal24141254612104144710450
Binary1010000110000110101100110101000101000011001001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A121AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A121AC; }

 p { color: rgb(161,33,172); }

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

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

 a { background-color: rgb(161,33,172); }

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

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

 span { border-color: rgb(161,33,172); }

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