#A2228A

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

Shades of Dark Purple #A2228A

Tints of Dark Purple #A2228A

Color information

#A2228A (or 0xA2228A) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 8A. RGB value is (162,34,138). Sum of RGB (Red+Green+Blue) = 162+34+138=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2228A is #5DDD75. Grayscale: #535353. Windows color (decimal): -6151542 or 9052834. OLE color: 9052834.

HSL color Cylindrical-coordinate representation of color #A2228A: hue angle of 311.25º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2228A is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16234138-
CMYK00.790.150.36
HSL311.25º65.31%38.43%-
HSV(B)311.25º79.01%63.53%-
XYZ20.0610.6625.05-
YUV84.13158.41183.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 34 (13.67% from 255) = 10.18%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=48.50%
G=10.18%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623413800.790.150.36311.2565.3138.43
HexA2228A04FF241374126
Octal242422120117174446710146
Binary10100010100010100010100100111111111001001001101111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2228A; }

 p { color: rgb(162,34,138); }

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

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

 a { background-color: rgb(162,34,138); }

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

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

 span { border-color: rgb(162,34,138); }

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