#A05CA9

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

Shades of Violet Blue #A05CA9

Tints of Violet Blue #A05CA9

Color information

#A05CA9 (or 0xA05CA9) is unknown color: approx Violet Blue. HEX triplet: A0, 5C and A9. RGB value is (160,92,169). Sum of RGB (Red+Green+Blue) = 160+92+169=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #A05CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05CA9 is #5FA356. Grayscale: #787878. Windows color (decimal): -6267735 or 11099296. OLE color: 11099296.

HSL color Cylindrical-coordinate representation of color #A05CA9: hue angle of 292.99º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05CA9 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16092169-
CMYK0.050.4600.34
HSL292.99º30.92%51.18%-
HSV(B)292.99º45.56%66.27%-
XYZ25.4917.9939.67-
YUV121.11155.03155.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 169 (66.41% from 255) = 40.14%
R=38.00%
G=21.85%
B=40.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160921690.050.4600.34292.9930.9251.18
HexA05CA952E0221251f33
Octal2401342515560424453763
Binary10100000101110010101001101101110010001010010010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CA9; }

 p { color: rgb(160,92,169); }

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

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

 a { background-color: rgb(160,92,169); }

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

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

 span { border-color: rgb(160,92,169); }

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