#A2259A

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

Shades of Dark Purple #A2259A

Tints of Dark Purple #A2259A

Color information

#A2259A (or 0xA2259A) is unknown color: approx Dark Purple. HEX triplet: A2, 25 and 9A. RGB value is (162,37,154). Sum of RGB (Red+Green+Blue) = 162+37+154=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2259A is #5DDA65. Grayscale: #575757. Windows color (decimal): -6150758 or 10102178. OLE color: 10102178.

HSL color Cylindrical-coordinate representation of color #A2259A: hue angle of 303.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2259A is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16237154-
CMYK00.770.050.36
HSL303.84º62.81%39.02%-
HSV(B)303.84º77.16%63.53%-
XYZ21.3911.3431.63-
YUV87.71165.41180.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 37 (14.84% from 255) = 10.48%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=45.89%
G=10.48%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623715400.770.050.36303.8462.8139.02
HexA2259A04D5241303f27
Octal2424523201155444607747
Binary101000101001011001101001001101101100100100110000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2259A; }

 p { color: rgb(162,37,154); }

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

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

 a { background-color: rgb(162,37,154); }

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

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

 span { border-color: rgb(162,37,154); }

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