#A9469E

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

Shades of Violet Blue #A9469E

Tints of Violet Blue #A9469E

Color information

#A9469E (or 0xA9469E) is unknown color: approx Violet Blue. HEX triplet: A9, 46 and 9E. RGB value is (169,70,158). Sum of RGB (Red+Green+Blue) = 169+70+158=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9469E is #56B961. Grayscale: #6D6D6D. Windows color (decimal): -5683554 or 10372777. OLE color: 10372777.

HSL color Cylindrical-coordinate representation of color #A9469E: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9469E is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16970158-
CMYK00.590.070.34
HSL306.67º41.42%46.86%-
HSV(B)306.67º58.58%66.27%-
XYZ24.7215.2833.99-
YUV109.63155.3170.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=42.57%
G=17.63%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697015800.590.070.34306.6741.4246.86
HexA9469E03B722133292f
Octal2511062360737424635157
Binary101010011000110100111100111011111100010100110011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9469E; }

 p { color: rgb(169,70,158); }

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

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

 a { background-color: rgb(169,70,158); }

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

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

 span { border-color: rgb(169,70,158); }

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