#A01482

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

Shades of Dark Purple #A01482

Tints of Dark Purple #A01482

Color information

#A01482 (or 0xA01482) is unknown color: approx Dark Purple. HEX triplet: A0, 14 and 82. RGB value is (160,20,130). Sum of RGB (Red+Green+Blue) = 160+20+130=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A01482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01482 is #5FEB7D. Grayscale: #4A4A4A. Windows color (decimal): -6286206 or 8524960. OLE color: 8524960.

HSL color Cylindrical-coordinate representation of color #A01482: hue angle of 312.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01482 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB16020130-
CMYK00.880.190.37
HSL312.86º77.78%35.29%-
HSV(B)312.86º87.5%62.75%-
XYZ18.789.5921.98-
YUV74.4159.38189.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 20 (8.20% from 255) = 6.45%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=51.61%
G=6.45%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602013000.880.190.37312.8677.7835.29
HexA0148205813251394e23
Octal240242020130234547111643
Binary10100000101001000001001011000100111001011001110011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01482; }

 p { color: rgb(160,20,130); }

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

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

 a { background-color: rgb(160,20,130); }

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

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

 span { border-color: rgb(160,20,130); }

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