#A975AA

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

Shades of Violet Blue #A975AA

Tints of Violet Blue #A975AA

Color information

#A975AA (or 0xA975AA) is unknown color: approx Violet Blue. HEX triplet: A9, 75 and AA. RGB value is (169,117,170). Sum of RGB (Red+Green+Blue) = 169+117+170=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A975AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A975AA is #568A55. Grayscale: #8A8A8A. Windows color (decimal): -5671510 or 11171241. OLE color: 11171241.

HSL color Cylindrical-coordinate representation of color #A975AA: hue angle of 298.87º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A975AA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169117170-
CMYK0.010.3100.33
HSL298.87º23.77%56.27%-
HSV(B)298.87º31.18%66.67%-
XYZ29.9824.0641.09-
YUV138.59145.73149.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=37.06%
G=25.66%
B=37.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691171700.010.3100.33298.8723.7756.27
HexA975AA11F02112b1838
Octal2511652521370414533070
Binary10101001111010110101010111111010000110010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975AA; }

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

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

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

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

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

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

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

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