#A3217F

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

Shades of Dark Purple #A3217F

Tints of Dark Purple #A3217F

Color information

#A3217F (or 0xA3217F) is unknown color: approx Dark Purple. HEX triplet: A3, 21 and 7F. RGB value is (163,33,127). Sum of RGB (Red+Green+Blue) = 163+33+127=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3217F is #5CDE80. Grayscale: #525252. Windows color (decimal): -6086273 or 8331683. OLE color: 8331683.

HSL color Cylindrical-coordinate representation of color #A3217F: hue angle of 316.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3217F is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16333127-
CMYK00.800.220.36
HSL316.62º66.33%38.43%-
HSV(B)316.62º79.75%63.92%-
XYZ19.4810.4121.06-
YUV82.59153.07185.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 127 (50% from 255) = 39.32%
R=50.46%
G=10.22%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633312700.800.220.36316.6266.3338.43
HexA3217F050162413d4226
Octal243411770120264447510246
Binary10100011100001111111101010000101101001001001111011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3217F; }

 p { color: rgb(163,33,127); }

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

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

 a { background-color: rgb(163,33,127); }

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

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

 span { border-color: rgb(163,33,127); }

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