#A2799F

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

Shades of Violet Blue #A2799F

Tints of Violet Blue #A2799F

Color information

#A2799F (or 0xA2799F) is unknown color: approx Violet Blue. HEX triplet: A2, 79 and 9F. RGB value is (162,121,159). Sum of RGB (Red+Green+Blue) = 162+121+159=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A2799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2799F is #5D8660. Grayscale: #898989. Windows color (decimal): -6129249 or 10451362. OLE color: 10451362.

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

Color convert

RGB162121159-
CMYK00.250.020.36
HSL304.39º18.06%55.49%-
HSV(B)304.39º25.31%63.53%-
XYZ2823.8635.93-
YUV137.59140.08145.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=36.65%
G=27.38%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212115900.250.020.36304.3918.0655.49
HexA2799F0192241301237
Octal2421712370312444602267
Binary101000101111001100111110110011010010010011000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2799F; }

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

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

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

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

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

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

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

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