#A9649B

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

Shades of Violet Blue #A9649B

Tints of Violet Blue #A9649B

Color information

#A9649B (or 0xA9649B) is unknown color: approx Violet Blue. HEX triplet: A9, 64 and 9B. RGB value is (169,100,155). Sum of RGB (Red+Green+Blue) = 169+100+155=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9649B is #569B64. Grayscale: #7E7E7E. Windows color (decimal): -5675877 or 10183849. OLE color: 10183849.

HSL color Cylindrical-coordinate representation of color #A9649B: hue angle of 312.17º 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 #A9649B is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169100155-
CMYK00.410.080.34
HSL312.17º28.63%52.75%-
HSV(B)312.17º40.83%66.27%-
XYZ26.8419.9233.44-
YUV126.9143.86158.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=39.86%
G=23.58%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910015500.410.080.34312.1728.6352.75
HexA9649B0298221381d35
Octal25114423305110424703565
Binary101010011100100100110110101001100010001010011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9649B; }

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

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

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

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

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

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

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

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