#A2699C

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

Shades of Violet Blue #A2699C

Tints of Violet Blue #A2699C

Color information

#A2699C (or 0xA2699C) is unknown color: approx Violet Blue. HEX triplet: A2, 69 and 9C. RGB value is (162,105,156). Sum of RGB (Red+Green+Blue) = 162+105+156=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2699C is #5D9663. Grayscale: #7F7F7F. Windows color (decimal): -6133348 or 10250658. OLE color: 10250658.

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

Color convert

RGB162105156-
CMYK00.350.040.36
HSL306.32º23.46%52.35%-
HSV(B)306.32º35.19%63.53%-
XYZ25.9520.1833.98-
YUV127.86143.88152.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=38.30%
G=24.82%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210515600.350.040.36306.3223.4652.35
HexA2699C0234241321734
Octal2421512340434444622764
Binary10100010110100110011100010001110010010010011001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2699C; }

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

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

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

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

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

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

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

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