#A0278C

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

Shades of Dark Purple #A0278C

Tints of Dark Purple #A0278C

Color information

#A0278C (or 0xA0278C) is unknown color: approx Dark Purple. HEX triplet: A0, 27 and 8C. RGB value is (160,39,140). Sum of RGB (Red+Green+Blue) = 160+39+140=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0278C is #5FD873. Grayscale: #565656. Windows color (decimal): -6281332 or 9185184. OLE color: 9185184.

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

Color convert

RGB16039140-
CMYK00.760.120.37
HSL309.92º60.8%39.02%-
HSV(B)309.92º75.63%62.75%-
XYZ19.9610.8225.85-
YUV86.69158.09180.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 39 (15.62% from 255) = 11.50%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=47.20%
G=11.50%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603914000.760.120.37309.9260.839.02
HexA0278C04CC251363d27
Octal24047214011414454667547
Binary1010000010011110001100010011001100100101100110110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0278C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0278C; }

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

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

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

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

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

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

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

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