#A07299

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

Shades of Violet Blue #A07299

Tints of Violet Blue #A07299

Color information

#A07299 (or 0xA07299) is unknown color: approx Violet Blue. HEX triplet: A0, 72 and 99. RGB value is (160,114,153). Sum of RGB (Red+Green+Blue) = 160+114+153=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A07299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07299 is #5F8D66. Grayscale: #848484. Windows color (decimal): -6262119 or 10056352. OLE color: 10056352.

HSL color Cylindrical-coordinate representation of color #A07299: hue angle of 309.13º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07299 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB160114153-
CMYK00.290.040.37
HSL309.13º19.49%53.73%-
HSV(B)309.13º28.75%62.75%-
XYZ26.2621.8132.96-
YUV132.2139.74147.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=37.47%
G=26.70%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011415300.290.040.37309.1319.4953.73
HexA0729901D4251351336
Octal2401622310354454652366
Binary1010000011100101001100101110110010010110011010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07299; }

 p { color: rgb(160,114,153); }

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

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

 a { background-color: rgb(160,114,153); }

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

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

 span { border-color: rgb(160,114,153); }

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