Html Css Color HEX #A9599B Violet Blue

📋 copy color: '#A9599B'

red 169 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #A9599B

Tints of Violet Blue #A9599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

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

R = 40.92%
G = 21.55%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9599B (or 0xA9599B) is known color: Violet Blue. HEX triplet: A9, 59 and 9B. RGB value is (169,89,155). Sum of RGB (Red+Green+Blue) = 169+89+155=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A9599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9599B is #56A664. Grayscale: #787878. Windows color (decimal): -5678693 or 10181033. OLE color: 10181033.

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

Color convert

RGB 169 89 155 -
CMYK 0 0.47 0.08 0.34
HSL 310.5º 0.32% 0.51% -
HSV(B) 310.5º 0.47% 0.66% -
XYZ 25.85 17.95 33.11 -
YUV 120.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 169 89 155 0 0.47 0.08 0.34 310.5 0.32 0.51
Hex A9 59 9B 0 2F 8 22 136 20 33
Octal 251 131 233 0 57 10 42 466 40 63
Binary 10101001 1011001 10011011 0 101111 1000 100010 100110110 100000 110011

Color Harmonies of #A9599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9599B

Black with #A9599B

Text Example


Text Example

White with #A9599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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