#A85AA0

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

Shades of Violet Blue #A85AA0

Tints of Violet Blue #A85AA0

Color information

#A85AA0 (or 0xA85AA0) is unknown color: approx Violet Blue. HEX triplet: A8, 5A and A0. RGB value is (168,90,160). Sum of RGB (Red+Green+Blue) = 168+90+160=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A85AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85AA0 is #57A55F. Grayscale: #797979. Windows color (decimal): -5743968 or 10508968. OLE color: 10508968.

HSL color Cylindrical-coordinate representation of color #A85AA0: hue angle of 306.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85AA0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16890160-
CMYK00.460.050.34
HSL306.15º30.95%50.59%-
HSV(B)306.15º46.43%65.88%-
XYZ26.1518.1835.39-
YUV121.3149.84161.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=40.19%
G=21.53%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689016000.460.050.34306.1530.9550.59
HexA85AA002E5221321f33
Octal2501322400565424623763
Binary10101000101101010100000010111010110001010011001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85AA0; }

 p { color: rgb(168,90,160); }

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

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

 a { background-color: rgb(168,90,160); }

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

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

 span { border-color: rgb(168,90,160); }

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