#A85AAE

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

Shades of Violet Blue #A85AAE

Tints of Violet Blue #A85AAE

Color information

#A85AAE (or 0xA85AAE) is unknown color: approx Violet Blue. HEX triplet: A8, 5A and AE. RGB value is (168,90,174). Sum of RGB (Red+Green+Blue) = 168+90+174=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #A85AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85AAE is #57A551. Grayscale: #7A7A7A. Windows color (decimal): -5743954 or 11426472. OLE color: 11426472.

HSL color Cylindrical-coordinate representation of color #A85AAE: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85AAE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16890174-
CMYK0.030.4800.32
HSL295.71º34.15%51.76%-
HSV(B)295.71º48.28%68.24%-
XYZ27.4418.6942.21-
YUV122.9156.84160.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=38.89%
G=20.83%
B=40.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168901740.030.4800.32295.7134.1551.76
HexA85AAE3300201282234
Octal2501322563600404504264
Binary10101000101101010101110111100000100000100101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85AAE; }

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

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

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

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

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

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

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

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