#A85EAE

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

Shades of Violet Blue #A85EAE

Tints of Violet Blue #A85EAE

Color information

#A85EAE (or 0xA85EAE) is unknown color: approx Violet Blue. HEX triplet: A8, 5E and AE. RGB value is (168,94,174). Sum of RGB (Red+Green+Blue) = 168+94+174=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #A85EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85EAE is #57A151. Grayscale: #7C7C7C. Windows color (decimal): -5742930 or 11427496. OLE color: 11427496.

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

Color convert

RGB16894174-
CMYK0.030.4600.32
HSL295.5º33.06%52.55%-
HSV(B)295.5º45.98%68.24%-
XYZ27.7919.3942.32-
YUV125.25155.52158.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=38.53%
G=21.56%
B=39.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168941740.030.4600.32295.533.0652.55
HexA85EAE32E0201282135
Octal2501362563560404504165
Binary10101000101111010101110111011100100000100101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85EAE; }

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

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

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

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

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

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

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

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