#A06696

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

Shades of Violet Blue #A06696

Tints of Violet Blue #A06696

Color information

#A06696 (or 0xA06696) is unknown color: approx Violet Blue. HEX triplet: A0, 66 and 96. RGB value is (160,102,150). Sum of RGB (Red+Green+Blue) = 160+102+150=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A06696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06696 is #5F9969. Grayscale: #7C7C7C. Windows color (decimal): -6265194 or 9856672. OLE color: 9856672.

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

Color convert

RGB160102150-
CMYK00.360.060.37
HSL310.34º23.39%51.37%-
HSV(B)310.34º36.25%62.75%-
XYZ24.7519.1831.25-
YUV124.81142.22153.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=38.83%
G=24.76%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010215000.360.060.37310.3423.3951.37
HexA066960246251361733
Octal2401462260446454662763
Binary10100000110011010010110010010011010010110011011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06696; }

 p { color: rgb(160,102,150); }

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

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

 a { background-color: rgb(160,102,150); }

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

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

 span { border-color: rgb(160,102,150); }

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