#A02678

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

Shades of Dark Purple #A02678

Tints of Dark Purple #A02678

Color information

#A02678 (or 0xA02678) is unknown color: approx Dark Purple. HEX triplet: A0, 26 and 78. RGB value is (160,38,120). Sum of RGB (Red+Green+Blue) = 160+38+120=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A02678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02678 is #5FD987. Grayscale: #535353. Windows color (decimal): -6281608 or 7874208. OLE color: 7874208.

HSL color Cylindrical-coordinate representation of color #A02678: hue angle of 319.67º degrees, saturation: 0.62, 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 #A02678 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16038120-
CMYK00.760.250.37
HSL319.67º61.62%38.82%-
HSV(B)319.67º76.25%62.75%-
XYZ18.5810.2218.76-
YUV83.83148.42182.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=50.31%
G=11.95%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603812000.760.250.37319.6761.6238.82
HexA0267804C19251403e27
Octal24046170011431455007647
Binary1010000010011011110000100110011001100101101000000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02678; }

 p { color: rgb(160,38,120); }

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

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

 a { background-color: rgb(160,38,120); }

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

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

 span { border-color: rgb(160,38,120); }

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