#A05EAB

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

Shades of Violet Blue #A05EAB

Tints of Violet Blue #A05EAB

Color information

#A05EAB (or 0xA05EAB) is unknown color: approx Violet Blue. HEX triplet: A0, 5E and AB. RGB value is (160,94,171). Sum of RGB (Red+Green+Blue) = 160+94+171=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #A05EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05EAB is #5FA154. Grayscale: #7A7A7A. Windows color (decimal): -6267221 or 11230880. OLE color: 11230880.

HSL color Cylindrical-coordinate representation of color #A05EAB: hue angle of 291.43º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A05EAB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16094171-
CMYK0.060.4500.33
HSL291.43º31.43%51.96%-
HSV(B)291.43º45.03%67.06%-
XYZ25.8518.4240.72-
YUV122.51155.37154.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=37.65%
G=22.12%
B=40.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160941710.060.4500.33291.4331.4351.96
HexA05EAB62D0211231f34
Octal2401362536550414433764
Binary10100000101111010101011110101101010000110010001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05EAB; }

 p { color: rgb(160,94,171); }

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

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

 a { background-color: rgb(160,94,171); }

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

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

 span { border-color: rgb(160,94,171); }

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