#A06090

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

Shades of Violet Blue #A06090

Tints of Violet Blue #A06090

Color information

#A06090 (or 0xA06090) is unknown color: approx Violet Blue. HEX triplet: A0, 60 and 90. RGB value is (160,96,144). Sum of RGB (Red+Green+Blue) = 160+96+144=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A06090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06090 is #5F9F6F. Grayscale: #787878. Windows color (decimal): -6266736 or 9461920. OLE color: 9461920.

HSL color Cylindrical-coordinate representation of color #A06090: hue angle of 315º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06090 is Cyan = 0, Magento = 0.4, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB16096144-
CMYK00.40.10.37
HSL315º25.2%50.2%-
HSV(B)315º40%62.75%-
XYZ23.7117.8528.58-
YUV120.61141.2156.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 144 (56.64% from 255) = 36%
R=40%
G=24%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609614400.40.10.3731525.250.2
HexA06090028A2513b1932
Octal24014022005012454733162
Binary101000001100000100100000101000101010010110011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06090; }

 p { color: rgb(160,96,144); }

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

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

 a { background-color: rgb(160,96,144); }

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

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

 span { border-color: rgb(160,96,144); }

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