#A2258F

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

Shades of Dark Purple #A2258F

Tints of Dark Purple #A2258F

Color information

#A2258F (or 0xA2258F) is unknown color: approx Dark Purple. HEX triplet: A2, 25 and 8F. RGB value is (162,37,143). Sum of RGB (Red+Green+Blue) = 162+37+143=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2258F is #5DDA70. Grayscale: #565656. Windows color (decimal): -6150769 or 9381282. OLE color: 9381282.

HSL color Cylindrical-coordinate representation of color #A2258F: hue angle of 309.12º 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 #A2258F is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16237143-
CMYK00.770.120.36
HSL309.12º62.81%39.02%-
HSV(B)309.12º77.16%63.53%-
XYZ20.5210.9927.03-
YUV86.46159.91181.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 37 (14.84% from 255) = 10.82%
BLUE value IS 143 (56.25% from 255) = 41.81%
R=47.37%
G=10.82%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623714300.770.120.36309.1262.8139.02
HexA2258F04DC241353f27
Octal24245217011514444657747
Binary1010001010010110001111010011011100100100100110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2258F; }

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

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

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

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

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

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

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

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