#A2699A

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

Shades of Violet Blue #A2699A

Tints of Violet Blue #A2699A

Color information

#A2699A (or 0xA2699A) is unknown color: approx Violet Blue. HEX triplet: A2, 69 and 9A. RGB value is (162,105,154). Sum of RGB (Red+Green+Blue) = 162+105+154=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2699A is #5D9665. Grayscale: #7F7F7F. Windows color (decimal): -6133350 or 10119586. OLE color: 10119586.

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

Color convert

RGB162105154-
CMYK00.350.050.36
HSL308.42º23.46%52.35%-
HSV(B)308.42º35.19%63.53%-
XYZ25.7820.1233.1-
YUV127.63142.88152.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=38.48%
G=24.94%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210515400.350.050.36308.4223.4652.35
HexA2699A0235241341734
Octal2421512320435444642764
Binary10100010110100110011010010001110110010010011010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2699A; }

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

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

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

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

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

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

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

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