#A05CAA

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

Shades of Violet Blue #A05CAA

Tints of Violet Blue #A05CAA

Color information

#A05CAA (or 0xA05CAA) is unknown color: approx Violet Blue. HEX triplet: A0, 5C and AA. RGB value is (160,92,170). Sum of RGB (Red+Green+Blue) = 160+92+170=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #A05CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05CAA is #5FA355. Grayscale: #787878. Windows color (decimal): -6267734 or 11164832. OLE color: 11164832.

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

Color convert

RGB16092170-
CMYK0.060.4600.33
HSL292.31º31.45%51.37%-
HSV(B)292.31º45.88%66.67%-
XYZ25.5818.0340.16-
YUV121.22155.53155.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=37.91%
G=21.80%
B=40.28%

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
Decimal160921700.060.4600.33292.3131.4551.37
HexA05CAA62E0211241f33
Octal2401342526560414443763
Binary10100000101110010101010110101110010000110010010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CAA; }

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

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

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

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

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

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

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

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