#A06897

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

Shades of Violet Blue #A06897

Tints of Violet Blue #A06897

Color information

#A06897 (or 0xA06897) is unknown color: approx Violet Blue. HEX triplet: A0, 68 and 97. RGB value is (160,104,151). Sum of RGB (Red+Green+Blue) = 160+104+151=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A06897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06897 is #5F9768. Grayscale: #7D7D7D. Windows color (decimal): -6264681 or 9922720. OLE color: 9922720.

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

Color convert

RGB160104151-
CMYK00.350.060.37
HSL309.64º22.76%51.76%-
HSV(B)309.64º35%62.75%-
XYZ25.0319.6131.74-
YUV126.1142.05152.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=38.55%
G=25.06%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010415100.350.060.37309.6422.7651.76
HexA068970236251361734
Octal2401502270436454662764
Binary10100000110100010010111010001111010010110011011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06897; }

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

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

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

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

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

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

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

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