#A969AD

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

Shades of Violet Blue #A969AD

Tints of Violet Blue #A969AD

Color information

#A969AD (or 0xA969AD) is unknown color: approx Violet Blue. HEX triplet: A9, 69 and AD. RGB value is (169,105,173). Sum of RGB (Red+Green+Blue) = 169+105+173=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A969AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A969AD is #569652. Grayscale: #838383. Windows color (decimal): -5674579 or 11364777. OLE color: 11364777.

HSL color Cylindrical-coordinate representation of color #A969AD: hue angle of 296.47º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A969AD is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169105173-
CMYK0.020.3900.32
HSL296.47º29.31%54.51%-
HSV(B)296.47º39.31%67.84%-
XYZ28.9621.5642.17-
YUV131.89151.2154.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=37.81%
G=23.49%
B=38.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691051730.020.3900.32296.4729.3154.51
HexA969AD2270201281d37
Octal2511512552470404503567
Binary1010100111010011010110110100111010000010010100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969AD; }

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

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

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

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

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

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

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

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