#A2228B

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

Shades of Dark Purple #A2228B

Tints of Dark Purple #A2228B

Color information

#A2228B (or 0xA2228B) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 8B. RGB value is (162,34,139). Sum of RGB (Red+Green+Blue) = 162+34+139=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2228B is #5DDD74. Grayscale: #535353. Windows color (decimal): -6151541 or 9118370. OLE color: 9118370.

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

Color convert

RGB16234139-
CMYK00.790.140.36
HSL310.78º65.31%38.43%-
HSV(B)310.78º79.01%63.53%-
XYZ20.1310.6925.43-
YUV84.24158.91183.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=48.36%
G=10.15%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623413900.790.140.36310.7865.3138.43
HexA2228B04FE241374126
Octal242422130117164446710146
Binary10100010100010100010110100111111101001001001101111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2228B; }

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

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

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

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

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

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

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

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