#A2178A

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

Shades of Dark Purple #A2178A

Tints of Dark Purple #A2178A

Color information

#A2178A (or 0xA2178A) is unknown color: approx Dark Purple. HEX triplet: A2, 17 and 8A. RGB value is (162,23,138). Sum of RGB (Red+Green+Blue) = 162+23+138=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2178A is #5DE875. Grayscale: #4D4D4D. Windows color (decimal): -6154358 or 9050018. OLE color: 9050018.

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

Color convert

RGB16223138-
CMYK00.860.150.36
HSL310.36º75.14%36.27%-
HSV(B)310.36º85.8%63.53%-
XYZ19.7910.1324.96-
YUV77.67162.05188.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 23 (9.38% from 255) = 7.12%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=50.15%
G=7.12%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622313800.860.150.36310.3675.1436.27
HexA2178A056F241364b24
Octal242272120126174446611344
Binary1010001010111100010100101011011111001001001101101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2178A; }

 p { color: rgb(162,23,138); }

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

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

 a { background-color: rgb(162,23,138); }

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

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

 span { border-color: rgb(162,23,138); }

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