#A2779E

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

Shades of Violet Blue #A2779E

Tints of Violet Blue #A2779E

Color information

#A2779E (or 0xA2779E) is unknown color: approx Violet Blue. HEX triplet: A2, 77 and 9E. RGB value is (162,119,158). Sum of RGB (Red+Green+Blue) = 162+119+158=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A2779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2779E is #5D8861. Grayscale: #888888. Windows color (decimal): -6129762 or 10385314. OLE color: 10385314.

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

Color convert

RGB162119158-
CMYK00.270.020.36
HSL305.58º18.78%55.1%-
HSV(B)305.58º26.54%63.53%-
XYZ27.6723.3435.4-
YUV136.3140.25146.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=36.90%
G=27.11%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211915800.270.020.36305.5818.7855.1
HexA2779E01B2241321337
Octal2421672360332444622367
Binary101000101110111100111100110111010010010011001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2779E; }

 p { color: rgb(162,119,158); }

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

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

 a { background-color: rgb(162,119,158); }

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

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

 span { border-color: rgb(162,119,158); }

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