#A2719C

Color #A2719C Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A2719C

Tints of Violet Blue #A2719C

Color information

#A2719C (or 0xA2719C) is unknown color: approx Violet Blue. HEX triplet: A2, 71 and 9C. RGB value is (162,113,156). Sum of RGB (Red+Green+Blue) = 162+113+156=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2719C is #5D8E63. Grayscale: #848484. Windows color (decimal): -6131300 or 10252706. OLE color: 10252706.

HSL color Cylindrical-coordinate representation of color #A2719C: hue angle of 307.35º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2719C is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB162113156-
CMYK00.300.040.36
HSL307.35º20.85%53.92%-
HSV(B)307.35º30.25%63.53%-
XYZ26.8121.8934.27-
YUV132.55141.23149-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=37.59%
G=26.22%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211315600.300.040.36307.3520.8553.92
HexA2719C01E4241331536
Octal2421612340364444632566
Binary1010001011100011001110001111010010010010011001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2719C; }

 p { color: rgb(162,113,156); }

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

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

 a { background-color: rgb(162,113,156); }

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

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

 span { border-color: rgb(162,113,156); }

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