#A21280

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

Shades of Dark Purple #A21280

Tints of Dark Purple #A21280

Color information

#A21280 (or 0xA21280) is unknown color: approx Dark Purple. HEX triplet: A2, 12 and 80. RGB value is (162,18,128). Sum of RGB (Red+Green+Blue) = 162+18+128=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A21280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21280 is #5DED7F. Grayscale: #494949. Windows color (decimal): -6155648 or 8393378. OLE color: 8393378.

HSL color Cylindrical-coordinate representation of color #A21280: hue angle of 314.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21280 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16218128-
CMYK00.890.210.36
HSL314.17º80%35.29%-
HSV(B)314.17º88.89%63.53%-
XYZ19.019.6721.29-
YUV73.6158.71191.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=52.60%
G=5.84%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621812800.890.210.36314.178035.29
HexA21280059152413a5023
Octal242222000131254447212043
Binary10100010100101000000001011001101011001001001110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21280; }

 p { color: rgb(162,18,128); }

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

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

 a { background-color: rgb(162,18,128); }

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

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

 span { border-color: rgb(162,18,128); }

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