#A3177B

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

Shades of Dark Purple #A3177B

Tints of Dark Purple #A3177B

Color information

#A3177B (or 0xA3177B) is unknown color: approx Dark Purple. HEX triplet: A3, 17 and 7B. RGB value is (163,23,123). Sum of RGB (Red+Green+Blue) = 163+23+123=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3177B is #5CE884. Grayscale: #4C4C4C. Windows color (decimal): -6088837 or 8066979. OLE color: 8066979.

HSL color Cylindrical-coordinate representation of color #A3177B: hue angle of 317.14º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3177B is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16323123-
CMYK00.860.250.36
HSL317.14º75.27%36.47%-
HSV(B)317.14º85.89%63.92%-
XYZ18.999.8319.64-
YUV76.26154.38189.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 23 (9.38% from 255) = 7.44%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=52.75%
G=7.44%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632312300.860.250.36317.1475.2736.47
HexA3177B056192413d4b24
Octal243271730126314447511344
Binary1010001110111111101101010110110011001001001111011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3177B; }

 p { color: rgb(163,23,123); }

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

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

 a { background-color: rgb(163,23,123); }

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

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

 span { border-color: rgb(163,23,123); }

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