#A2719D

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

Shades of Violet Blue #A2719D

Tints of Violet Blue #A2719D

Color information

#A2719D (or 0xA2719D) is unknown color: approx Violet Blue. HEX triplet: A2, 71 and 9D. RGB value is (162,113,157). Sum of RGB (Red+Green+Blue) = 162+113+157=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2719D is #5D8E62. Grayscale: #848484. Windows color (decimal): -6131299 or 10318242. OLE color: 10318242.

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

Color convert

RGB162113157-
CMYK00.300.030.36
HSL306.12º20.85%53.92%-
HSV(B)306.12º30.25%63.53%-
XYZ26.8921.9334.71-
YUV132.67141.73148.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=37.5%
G=26.16%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211315700.300.030.36306.1220.8553.92
HexA2719D01E3241321536
Octal2421612350363444622566
Binary101000101110001100111010111101110010010011001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2719D; }

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

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

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

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

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

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

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

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