#A22486

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

Shades of Dark Purple #A22486

Tints of Dark Purple #A22486

Color information

#A22486 (or 0xA22486) is unknown color: approx Dark Purple. HEX triplet: A2, 24 and 86. RGB value is (162,36,134). Sum of RGB (Red+Green+Blue) = 162+36+134=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A22486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22486 is #5DDB79. Grayscale: #545454. Windows color (decimal): -6151034 or 8791202. OLE color: 8791202.

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

Color convert

RGB16236134-
CMYK00.780.170.36
HSL313.33º63.64%38.82%-
HSV(B)313.33º77.78%63.53%-
XYZ19.8310.6623.57-
YUV84.85155.74183.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 36 (14.45% from 255) = 10.84%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=48.80%
G=10.84%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623613400.780.170.36313.3363.6438.82
HexA2248604E11241394027
Octal242442060116214447110047
Binary101000101001001000011001001110100011001001001110011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22486; }

 p { color: rgb(162,36,134); }

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

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

 a { background-color: rgb(162,36,134); }

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

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

 span { border-color: rgb(162,36,134); }

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