#A937AA

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

Shades of Violet Blue #A937AA

Tints of Violet Blue #A937AA

Color information

#A937AA (or 0xA937AA) is unknown color: approx Violet Blue. HEX triplet: A9, 37 and AA. RGB value is (169,55,170). Sum of RGB (Red+Green+Blue) = 169+55+170=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #A937AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A937AA is #56C855. Grayscale: #656565. Windows color (decimal): -5687382 or 11155369. OLE color: 11155369.

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

Color convert

RGB16955170-
CMYK0.010.6800.33
HSL299.48º51.11%44.12%-
HSV(B)299.48º67.65%66.67%-
XYZ24.9814.0739.43-
YUV102.2166.27175.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 55 (21.88% from 255) = 13.96%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=42.89%
G=13.96%
B=43.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169551700.010.6800.33299.4851.1144.12
HexA937AA14402112b332c
Octal2516725211040414536354
Binary1010100111011110101010110001000100001100101011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A937AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A937AA; }

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

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

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

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

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

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

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

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