#A05EAA

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

Shades of Violet Blue #A05EAA

Tints of Violet Blue #A05EAA

Color information

#A05EAA (or 0xA05EAA) is unknown color: approx Violet Blue. HEX triplet: A0, 5E and AA. RGB value is (160,94,170). Sum of RGB (Red+Green+Blue) = 160+94+170=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A05EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05EAA is #5FA155. Grayscale: #7A7A7A. Windows color (decimal): -6267222 or 11165344. OLE color: 11165344.

HSL color Cylindrical-coordinate representation of color #A05EAA: hue angle of 292.11º 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 #A05EAA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16094170-
CMYK0.060.4500.33
HSL292.11º30.89%51.76%-
HSV(B)292.11º44.71%66.67%-
XYZ25.7618.3840.22-
YUV122.4154.87154.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=37.74%
G=22.17%
B=40.09%

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
Decimal160941700.060.4500.33292.1130.8951.76
HexA05EAA62D0211241f34
Octal2401362526550414443764
Binary10100000101111010101010110101101010000110010010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05EAA; }

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

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

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

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

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

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

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

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