#A22275

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

Shades of Dark Purple #A22275

Tints of Dark Purple #A22275

Color information

#A22275 (or 0xA22275) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 75. RGB value is (162,34,117). Sum of RGB (Red+Green+Blue) = 162+34+117=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A22275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22275 is #5DDD8A. Grayscale: #515151. Windows color (decimal): -6151563 or 7676578. OLE color: 7676578.

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

Color convert

RGB16234117-
CMYK00.790.280.36
HSL321.09º65.31%38.43%-
HSV(B)321.09º79.01%63.53%-
XYZ18.6810.1117.8-
YUV81.73147.91185.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 34 (13.67% from 255) = 10.86%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=51.76%
G=10.86%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623411700.790.280.36321.0965.3138.43
HexA2227504F1C241414126
Octal242421650117344450110146
Binary10100010100010111010101001111111001001001010000011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22275; }

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

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

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

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

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

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

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

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