#A2689C

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

Shades of Violet Blue #A2689C

Tints of Violet Blue #A2689C

Color information

#A2689C (or 0xA2689C) is unknown color: approx Violet Blue. HEX triplet: A2, 68 and 9C. RGB value is (162,104,156). Sum of RGB (Red+Green+Blue) = 162+104+156=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A2689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2689C is #5D9763. Grayscale: #7F7F7F. Windows color (decimal): -6133604 or 10250402. OLE color: 10250402.

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

Color convert

RGB162104156-
CMYK00.360.040.36
HSL306.21º23.77%52.16%-
HSV(B)306.21º35.8%63.53%-
XYZ25.8519.9833.95-
YUV127.27144.22152.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=38.39%
G=24.64%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210415600.360.040.36306.2123.7752.16
HexA2689C0244241321834
Octal2421502340444444623064
Binary10100010110100010011100010010010010010010011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2689C; }

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

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

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

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

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

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

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

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