#A2689F

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

Shades of Violet Blue #A2689F

Tints of Violet Blue #A2689F

Color information

#A2689F (or 0xA2689F) is unknown color: approx Violet Blue. HEX triplet: A2, 68 and 9F. RGB value is (162,104,159). Sum of RGB (Red+Green+Blue) = 162+104+159=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A2689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2689F is #5D9760. Grayscale: #7F7F7F. Windows color (decimal): -6133601 or 10447010. OLE color: 10447010.

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

Color convert

RGB162104159-
CMYK00.360.020.36
HSL303.1º23.77%52.16%-
HSV(B)303.1º35.8%63.53%-
XYZ26.1120.0935.3-
YUV127.61145.72152.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=38.12%
G=24.47%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210415900.360.020.36303.123.7752.16
HexA2689F02422412f1834
Octal2421502370442444573064
Binary1010001011010001001111101001001010010010010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2689F; }

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

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

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

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

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

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

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

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