#A969AA

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

Shades of Violet Blue #A969AA

Tints of Violet Blue #A969AA

Color information

#A969AA (or 0xA969AA) is unknown color: approx Violet Blue. HEX triplet: A9, 69 and AA. RGB value is (169,105,170). Sum of RGB (Red+Green+Blue) = 169+105+170=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A969AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A969AA is #569655. Grayscale: #838383. Windows color (decimal): -5674582 or 11168169. OLE color: 11168169.

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

Color convert

RGB169105170-
CMYK0.010.3800.33
HSL299.08º27.66%53.92%-
HSV(B)299.08º38.24%66.67%-
XYZ28.6721.4440.66-
YUV131.55149.7154.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=38.06%
G=23.65%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691051700.010.3800.33299.0827.6653.92
HexA969AA12602112b1c36
Octal2511512521460414533466
Binary101010011101001101010101100110010000110010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969AA; }

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

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

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

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

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

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

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

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