#A85099

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

Shades of Violet Blue #A85099

Tints of Violet Blue #A85099

Color information

#A85099 (or 0xA85099) is unknown color: approx Violet Blue. HEX triplet: A8, 50 and 99. RGB value is (168,80,153). Sum of RGB (Red+Green+Blue) = 168+80+153=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A85099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85099 is #57AF66. Grayscale: #727272. Windows color (decimal): -5746535 or 10047656. OLE color: 10047656.

HSL color Cylindrical-coordinate representation of color #A85099: hue angle of 310.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85099 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16880153-
CMYK00.520.090.34
HSL310.23º35.48%48.63%-
HSV(B)310.23º52.38%65.88%-
XYZ24.7716.3631.99-
YUV114.63149.65166.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=41.90%
G=19.95%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688015300.520.090.34310.2335.4848.63
HexA850990349221362331
Octal25012023106411424664361
Binary1010100010100001001100101101001001100010100110110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85099; }

 p { color: rgb(168,80,153); }

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

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

 a { background-color: rgb(168,80,153); }

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

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

 span { border-color: rgb(168,80,153); }

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