#A22283

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

Shades of Dark Purple #A22283

Tints of Dark Purple #A22283

Color information

#A22283 (or 0xA22283) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 83. RGB value is (162,34,131). Sum of RGB (Red+Green+Blue) = 162+34+131=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A22283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22283 is #5DDD7C. Grayscale: #535353. Windows color (decimal): -6151549 or 8594082. OLE color: 8594082.

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

Color convert

RGB16234131-
CMYK00.790.190.36
HSL314.53º65.31%38.43%-
HSV(B)314.53º79.01%63.53%-
XYZ19.5710.4622.46-
YUV83.33154.91184.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 34 (13.67% from 255) = 10.40%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=49.54%
G=10.40%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623413100.790.190.36314.5365.3138.43
HexA2228304F132413b4126
Octal242422030117234447310146
Binary101000101000101000001101001111100111001001001110111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22283; }

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

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

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

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

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

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

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

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