#A02675

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

Shades of Dark Purple #A02675

Tints of Dark Purple #A02675

Color information

#A02675 (or 0xA02675) is unknown color: approx Dark Purple. HEX triplet: A0, 26 and 75. RGB value is (160,38,117). Sum of RGB (Red+Green+Blue) = 160+38+117=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A02675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02675 is #5FD98A. Grayscale: #535353. Windows color (decimal): -6281611 or 7677600. OLE color: 7677600.

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

Color convert

RGB16038117-
CMYK00.760.270.37
HSL321.15º61.62%38.82%-
HSV(B)321.15º76.25%62.75%-
XYZ18.410.1417.82-
YUV83.48146.92182.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=50.79%
G=12.06%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603811700.760.270.37321.1561.6238.82
HexA0267504C1B251413e27
Octal24046165011433455017647
Binary1010000010011011101010100110011011100101101000001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02675; }

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

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

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

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

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

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

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

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