#A95CAA

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

Shades of Violet Blue #A95CAA

Tints of Violet Blue #A95CAA

Color information

#A95CAA (or 0xA95CAA) is unknown color: approx Violet Blue. HEX triplet: A9, 5C and AA. RGB value is (169,92,170). Sum of RGB (Red+Green+Blue) = 169+92+170=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A95CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95CAA is #56A355. Grayscale: #7B7B7B. Windows color (decimal): -5677910 or 11164841. OLE color: 11164841.

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

Color convert

RGB16992170-
CMYK0.010.4600.33
HSL299.23º31.45%51.37%-
HSV(B)299.23º45.88%66.67%-
XYZ27.4518.9940.25-
YUV123.92154.01160.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=39.21%
G=21.35%
B=39.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169921700.010.4600.33299.2331.4551.37
HexA95CAA12E02112b1f33
Octal2511342521560414533763
Binary101010011011100101010101101110010000110010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CAA; }

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

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

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

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

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

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

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

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