#A0689E

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

Shades of Violet Blue #A0689E

Tints of Violet Blue #A0689E

Color information

#A0689E (or 0xA0689E) is unknown color: approx Violet Blue. HEX triplet: A0, 68 and 9E. RGB value is (160,104,158). Sum of RGB (Red+Green+Blue) = 160+104+158=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0689E is #5F9761. Grayscale: #7E7E7E. Windows color (decimal): -6264674 or 10381472. OLE color: 10381472.

HSL color Cylindrical-coordinate representation of color #A0689E: hue angle of 302.14º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0689E is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160104158-
CMYK00.350.010.37
HSL302.14º22.76%51.76%-
HSV(B)302.14º35%62.75%-
XYZ25.6219.8434.83-
YUV126.9145.55151.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=37.91%
G=24.64%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010415800.350.010.37302.1422.7651.76
HexA0689E02312512e1734
Octal2401502360431454562764
Binary101000001101000100111100100011110010110010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0689E; }

 p { color: rgb(160,104,158); }

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

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

 a { background-color: rgb(160,104,158); }

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

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

 span { border-color: rgb(160,104,158); }

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