#A3227D

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

Shades of Dark Purple #A3227D

Tints of Dark Purple #A3227D

Color information

#A3227D (or 0xA3227D) is unknown color: approx Dark Purple. HEX triplet: A3, 22 and 7D. RGB value is (163,34,125). Sum of RGB (Red+Green+Blue) = 163+34+125=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3227D is #5CDD82. Grayscale: #525252. Windows color (decimal): -6086019 or 8200867. OLE color: 8200867.

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

Color convert

RGB16334125-
CMYK00.790.230.36
HSL317.67º65.48%38.63%-
HSV(B)317.67º79.14%63.92%-
XYZ19.3810.4120.39-
YUV82.94151.74185.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=50.62%
G=10.56%
B=38.82%

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
Decimal1633412500.790.230.36317.6765.4838.63
HexA3227D04F172413e4127
Octal243421750117274447610147
Binary10100011100010111110101001111101111001001001111101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3227D; }

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

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

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

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

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

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

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

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