#A05BAA

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

Shades of Violet Blue #A05BAA

Tints of Violet Blue #A05BAA

Color information

#A05BAA (or 0xA05BAA) is unknown color: approx Violet Blue. HEX triplet: A0, 5B and AA. RGB value is (160,91,170). Sum of RGB (Red+Green+Blue) = 160+91+170=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #A05BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05BAA is #5FA455. Grayscale: #787878. Windows color (decimal): -6267990 or 11164576. OLE color: 11164576.

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

Color convert

RGB16091170-
CMYK0.060.4600.33
HSL292.41º31.73%51.18%-
HSV(B)292.41º46.47%66.67%-
XYZ25.4917.8640.13-
YUV120.64155.86156.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=38.00%
G=21.62%
B=40.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160911700.060.4600.33292.4131.7351.18
HexA05BAA62E0211242033
Octal2401332526560414444063
Binary101000001011011101010101101011100100001100100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BAA; }

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

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

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

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

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

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

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

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