#A961AA

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

Shades of Violet Blue #A961AA

Tints of Violet Blue #A961AA

Color information

#A961AA (or 0xA961AA) is unknown color: approx Violet Blue. HEX triplet: A9, 61 and AA. RGB value is (169,97,170). Sum of RGB (Red+Green+Blue) = 169+97+170=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #A961AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A961AA is #569E55. Grayscale: #7E7E7E. Windows color (decimal): -5676630 or 11166121. OLE color: 11166121.

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

Color convert

RGB16997170-
CMYK0.010.4300.33
HSL299.18º30.04%52.35%-
HSV(B)299.18º42.94%66.67%-
XYZ27.8919.8940.4-
YUV126.85152.35158.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=38.76%
G=22.25%
B=38.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169971700.010.4300.33299.1830.0452.35
HexA961AA12B02112b1e34
Octal2511412521530414533664
Binary101010011100001101010101101011010000110010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961AA; }

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

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

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

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

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

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

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

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