#A2789F

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

Shades of Violet Blue #A2789F

Tints of Violet Blue #A2789F

Color information

#A2789F (or 0xA2789F) is unknown color: approx Violet Blue. HEX triplet: A2, 78 and 9F. RGB value is (162,120,159). Sum of RGB (Red+Green+Blue) = 162+120+159=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A2789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2789F is #5D8760. Grayscale: #888888. Windows color (decimal): -6129505 or 10451106. OLE color: 10451106.

HSL color Cylindrical-coordinate representation of color #A2789F: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2789F is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162120159-
CMYK00.260.020.36
HSL304.29º18.42%55.29%-
HSV(B)304.29º25.93%63.53%-
XYZ27.8723.6235.89-
YUV137140.41145.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=36.73%
G=27.21%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212015900.260.020.36304.2918.4255.29
HexA2789F01A2241301237
Octal2421702370322444602267
Binary101000101111000100111110110101010010010011000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2789F; }

 p { color: rgb(162,120,159); }

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

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

 a { background-color: rgb(162,120,159); }

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

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

 span { border-color: rgb(162,120,159); }

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