#A02690

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

Shades of Dark Purple #A02690

Tints of Dark Purple #A02690

Color information

#A02690 (or 0xA02690) is unknown color: approx Dark Purple. HEX triplet: A0, 26 and 90. RGB value is (160,38,144). Sum of RGB (Red+Green+Blue) = 160+38+144=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A02690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02690 is #5FD96F. Grayscale: #565656. Windows color (decimal): -6281584 or 9447072. OLE color: 9447072.

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

Color convert

RGB16038144-
CMYK00.760.10.37
HSL307.87º61.62%38.82%-
HSV(B)307.87º76.25%62.75%-
XYZ20.2210.8727.42-
YUV86.56160.42180.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 38 (15.23% from 255) = 11.11%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=46.78%
G=11.11%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603814400.760.10.37307.8761.6238.82
HexA0269004CA251343e27
Octal24046220011412454647647
Binary1010000010011010010000010011001010100101100110100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02690; }

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

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

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

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

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

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

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

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