#A9649A

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

Shades of Violet Blue #A9649A

Tints of Violet Blue #A9649A

Color information

#A9649A (or 0xA9649A) is unknown color: approx Violet Blue. HEX triplet: A9, 64 and 9A. RGB value is (169,100,154). Sum of RGB (Red+Green+Blue) = 169+100+154=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9649A is #569B65. Grayscale: #7E7E7E. Windows color (decimal): -5675878 or 10118313. OLE color: 10118313.

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

Color convert

RGB169100154-
CMYK00.410.090.34
HSL313.04º28.63%52.75%-
HSV(B)313.04º40.83%66.27%-
XYZ26.7519.8833-
YUV126.79143.36158.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=39.95%
G=23.64%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910015400.410.090.34313.0428.6352.75
HexA9649A0299221391d35
Octal25114423205111424713565
Binary101010011100100100110100101001100110001010011100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9649A; }

 p { color: rgb(169,100,154); }

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

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

 a { background-color: rgb(169,100,154); }

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

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

 span { border-color: rgb(169,100,154); }

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