#A0689D

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

Shades of Violet Blue #A0689D

Tints of Violet Blue #A0689D

Color information

#A0689D (or 0xA0689D) is unknown color: approx Violet Blue. HEX triplet: A0, 68 and 9D. RGB value is (160,104,157). Sum of RGB (Red+Green+Blue) = 160+104+157=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A0689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0689D is #5F9762. Grayscale: #7E7E7E. Windows color (decimal): -6264675 or 10315936. OLE color: 10315936.

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

Color convert

RGB160104157-
CMYK00.350.020.37
HSL303.21º22.76%51.76%-
HSV(B)303.21º35%62.75%-
XYZ25.5319.8134.38-
YUV126.79145.05151.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=38.00%
G=24.70%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010415700.350.020.37303.2122.7651.76
HexA0689D02322512f1734
Octal2401502350432454572764
Binary1010000011010001001110101000111010010110010111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0689D; }

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

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

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

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

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

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

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

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