#A3228A

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

Shades of Dark Purple #A3228A

Tints of Dark Purple #A3228A

Color information

#A3228A (or 0xA3228A) is unknown color: approx Dark Purple. HEX triplet: A3, 22 and 8A. RGB value is (163,34,138). Sum of RGB (Red+Green+Blue) = 163+34+138=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3228A is #5CDD75. Grayscale: #545454. Windows color (decimal): -6086006 or 9052835. OLE color: 9052835.

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

Color convert

RGB16334138-
CMYK00.790.150.36
HSL311.63º65.48%38.63%-
HSV(B)311.63º79.14%63.92%-
XYZ20.2610.7725.05-
YUV84.43158.24184.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=48.66%
G=10.15%
B=41.19%

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
Decimal1633413800.790.150.36311.6365.4838.63
HexA3228A04FF241384127
Octal243422120117174447010147
Binary10100011100010100010100100111111111001001001110001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3228A; }

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

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

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

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

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

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

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

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