#A2689A

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

Shades of Violet Blue #A2689A

Tints of Violet Blue #A2689A

Color information

#A2689A (or 0xA2689A) is unknown color: approx Violet Blue. HEX triplet: A2, 68 and 9A. RGB value is (162,104,154). Sum of RGB (Red+Green+Blue) = 162+104+154=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2689A is #5D9765. Grayscale: #7E7E7E. Windows color (decimal): -6133606 or 10119330. OLE color: 10119330.

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

Color convert

RGB162104154-
CMYK00.360.050.36
HSL308.28º23.77%52.16%-
HSV(B)308.28º35.8%63.53%-
XYZ25.6819.9233.06-
YUV127.04143.22152.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=38.57%
G=24.76%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210415400.360.050.36308.2823.7752.16
HexA2689A0245241341834
Octal2421502320445444643064
Binary10100010110100010011010010010010110010010011010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2689A; }

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

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

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

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

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

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

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

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