#A06493

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

Shades of Violet Blue #A06493

Tints of Violet Blue #A06493

Color information

#A06493 (or 0xA06493) is unknown color: approx Violet Blue. HEX triplet: A0, 64 and 93. RGB value is (160,100,147). Sum of RGB (Red+Green+Blue) = 160+100+147=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A06493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06493 is #5F9B6C. Grayscale: #7B7B7B. Windows color (decimal): -6265709 or 9659552. OLE color: 9659552.

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

Color convert

RGB160100147-
CMYK00.380.080.37
HSL313º24%50.98%-
HSV(B)313º37.5%62.75%-
XYZ24.3218.6929.93-
YUV123.3141.38154.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=39.31%
G=24.57%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010014700.380.080.373132450.98
HexA064930268251391833
Octal24014422304610454713063
Binary101000001100100100100110100110100010010110011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06493; }

 p { color: rgb(160,100,147); }

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

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

 a { background-color: rgb(160,100,147); }

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

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

 span { border-color: rgb(160,100,147); }

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