#A3227E

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

Shades of Dark Purple #A3227E

Tints of Dark Purple #A3227E

Color information

#A3227E (or 0xA3227E) is unknown color: approx Dark Purple. HEX triplet: A3, 22 and 7E. RGB value is (163,34,126). Sum of RGB (Red+Green+Blue) = 163+34+126=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3227E is #5CDD81. Grayscale: #525252. Windows color (decimal): -6086018 or 8266403. OLE color: 8266403.

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

Color convert

RGB16334126-
CMYK00.790.230.36
HSL317.21º65.48%38.63%-
HSV(B)317.21º79.14%63.92%-
XYZ19.4410.4420.73-
YUV83.06152.24185.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=50.46%
G=10.53%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633412600.790.230.36317.2165.4838.63
HexA3227E04F172413d4127
Octal243421760117274447510147
Binary10100011100010111111001001111101111001001001111011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3227E; }

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

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

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

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

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

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

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

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