#A2699E

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

Shades of Violet Blue #A2699E

Tints of Violet Blue #A2699E

Color information

#A2699E (or 0xA2699E) is unknown color: approx Violet Blue. HEX triplet: A2, 69 and 9E. RGB value is (162,105,158). Sum of RGB (Red+Green+Blue) = 162+105+158=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A2699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2699E is #5D9661. Grayscale: #7F7F7F. Windows color (decimal): -6133346 or 10381730. OLE color: 10381730.

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

Color convert

RGB162105158-
CMYK00.350.020.36
HSL304.21º23.46%52.35%-
HSV(B)304.21º35.19%63.53%-
XYZ26.1220.2534.88-
YUV128.08144.88152.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=38.12%
G=24.71%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210515800.350.020.36304.2123.4652.35
HexA2699E0232241301734
Octal2421512360432444602764
Binary1010001011010011001111001000111010010010011000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2699E; }

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

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

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

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

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

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

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

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