Html Css Color HEX #A9499B Violet Blue

📋 copy color: '#A9499B'

red 169 ◦ green 73 ◦ blue 155

#A9499B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A9499B

Tints of Violet Blue #A9499B

RGB

 RED value IS 169 (66.41% from 255) = 42.57%

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 42.57%
G = 18.39%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9499B (or 0xA9499B) is known color: Violet Blue. HEX triplet: A9, 49 and 9B. RGB value is (169,73,155). Sum of RGB (Red+Green+Blue) = 169+73+155=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9499B is #56B664. Grayscale: #6E6E6E. Windows color (decimal): -5682789 or 10176937. OLE color: 10176937.

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

Color convert

RGB 169 73 155 -
CMYK 0 0.57 0.08 0.34
HSL 308.75º 0.4% 0.47% -
HSV(B) 308.75º 0.57% 0.66% -
XYZ 24.66 15.57 32.72 -
YUV 111.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 169 73 155 0 0.57 0.08 0.34 308.75 0.4 0.47
Hex A9 49 9B 0 39 8 22 135 28 2F
Octal 251 111 233 0 71 10 42 465 50 57
Binary 10101001 1001001 10011011 0 111001 1000 100010 100110101 101000 101111

Color Harmonies of #A9499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9499B

Black with #A9499B

Text Example


Text Example

White with #A9499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9499B; }

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

 H1.HeaderClassName
 {
   color: #A9499B;
 }
 .AnyTagClassName
 {
   color: #A9499B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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