#A2227A

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

Shades of Dark Purple #A2227A

Tints of Dark Purple #A2227A

Color information

#A2227A (or 0xA2227A) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 7A. RGB value is (162,34,122). Sum of RGB (Red+Green+Blue) = 162+34+122=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2227A is #5DDD85. Grayscale: #525252. Windows color (decimal): -6151558 or 8004258. OLE color: 8004258.

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

Color convert

RGB16234122-
CMYK00.790.250.36
HSL318.75º65.31%38.43%-
HSV(B)318.75º79.01%63.53%-
XYZ18.9910.2319.39-
YUV82.3150.41184.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=50.94%
G=10.69%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623412200.790.250.36318.7565.3138.43
HexA2227A04F192413f4126
Octal242421720117314447710146
Binary10100010100010111101001001111110011001001001111111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2227A; }

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

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

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

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

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

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

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

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