#A969A0

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

Shades of Violet Blue #A969A0

Tints of Violet Blue #A969A0

Color information

#A969A0 (or 0xA969A0) is unknown color: approx Violet Blue. HEX triplet: A9, 69 and A0. RGB value is (169,105,160). Sum of RGB (Red+Green+Blue) = 169+105+160=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A969A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A969A0 is #56965F. Grayscale: #828282. Windows color (decimal): -5674592 or 10512809. OLE color: 10512809.

HSL color Cylindrical-coordinate representation of color #A969A0: hue angle of 308.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A969A0 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169105160-
CMYK00.380.050.34
HSL308.44º27.12%53.73%-
HSV(B)308.44º37.87%66.27%-
XYZ27.7621.0835.86-
YUV130.41144.7155.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 160 (62.89% from 255) = 36.87%
R=38.94%
G=24.19%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910516000.380.050.34308.4427.1253.73
HexA969A00265221341b36
Octal2511512400465424643366
Binary10101001110100110100000010011010110001010011010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969A0; }

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

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

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

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

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

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

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

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