#A966A2

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

Shades of Violet Blue #A966A2

Tints of Violet Blue #A966A2

Color information

#A966A2 (or 0xA966A2) is unknown color: approx Violet Blue. HEX triplet: A9, 66 and A2. RGB value is (169,102,162). Sum of RGB (Red+Green+Blue) = 169+102+162=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A966A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A966A2 is #56995D. Grayscale: #808080. Windows color (decimal): -5675358 or 10643113. OLE color: 10643113.

HSL color Cylindrical-coordinate representation of color #A966A2: hue angle of 306.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A966A2 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB169102162-
CMYK00.400.040.34
HSL306.27º28.03%53.14%-
HSV(B)306.27º39.64%66.27%-
XYZ27.6420.5536.69-
YUV128.87146.7156.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=39.03%
G=23.56%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910216200.400.040.34306.2728.0353.14
HexA966A20284221321c35
Octal2511462420504424623465
Binary10101001110011010100010010100010010001010011001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A966A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A966A2; }

 p { color: rgb(169,102,162); }

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

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

 a { background-color: rgb(169,102,162); }

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

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

 span { border-color: rgb(169,102,162); }

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