#A06596

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

Shades of Violet Blue #A06596

Tints of Violet Blue #A06596

Color information

#A06596 (or 0xA06596) is unknown color: approx Violet Blue. HEX triplet: A0, 65 and 96. RGB value is (160,101,150). Sum of RGB (Red+Green+Blue) = 160+101+150=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A06596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06596 is #5F9A69. Grayscale: #7C7C7C. Windows color (decimal): -6265450 or 9856416. OLE color: 9856416.

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

Color convert

RGB160101150-
CMYK00.370.060.37
HSL310.17º23.69%51.18%-
HSV(B)310.17º36.88%62.75%-
XYZ24.6618.9831.22-
YUV124.23142.55153.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=38.93%
G=24.57%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010115000.370.060.37310.1723.6951.18
HexA065960256251361833
Octal2401452260456454663063
Binary10100000110010110010110010010111010010110011011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06596; }

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

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

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

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

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

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

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

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