#A85096

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

Shades of Violet Blue #A85096

Tints of Violet Blue #A85096

Color information

#A85096 (or 0xA85096) is unknown color: approx Violet Blue. HEX triplet: A8, 50 and 96. RGB value is (168,80,150). Sum of RGB (Red+Green+Blue) = 168+80+150=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A85096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85096 is #57AF69. Grayscale: #727272. Windows color (decimal): -5746538 or 9851048. OLE color: 9851048.

HSL color Cylindrical-coordinate representation of color #A85096: hue angle of 312.27º 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 #A85096 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB16880150-
CMYK00.520.110.34
HSL312.27º35.48%48.63%-
HSV(B)312.27º52.38%65.88%-
XYZ24.5216.2630.7-
YUV114.29148.15166.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=42.21%
G=20.10%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688015000.520.110.34312.2735.4848.63
HexA85096034B221382331
Octal25012022606413424704361
Binary1010100010100001001011001101001011100010100111000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85096; }

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

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

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

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

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

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

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

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