#A0288C

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

Shades of Dark Purple #A0288C

Tints of Dark Purple #A0288C

Color information

#A0288C (or 0xA0288C) is unknown color: approx Dark Purple. HEX triplet: A0, 28 and 8C. RGB value is (160,40,140). Sum of RGB (Red+Green+Blue) = 160+40+140=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0288C is #5FD773. Grayscale: #575757. Windows color (decimal): -6281076 or 9185440. OLE color: 9185440.

HSL color Cylindrical-coordinate representation of color #A0288C: hue angle of 310º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0288C is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16040140-
CMYK00.750.120.37
HSL310º60%39.22%-
HSV(B)310º75%62.75%-
XYZ19.9910.8825.86-
YUV87.28157.76179.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 40 (16.02% from 255) = 11.76%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=47.06%
G=11.76%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604014000.750.120.373106039.22
HexA0288C04BC251363c27
Octal24050214011314454667447
Binary1010000010100010001100010010111100100101100110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0288C; }

 p { color: rgb(160,40,140); }

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

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

 a { background-color: rgb(160,40,140); }

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

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

 span { border-color: rgb(160,40,140); }

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