Html Css Color HEX #A9579B Violet Blue

📋 copy color: '#A9579B'

red 169 ◦ green 87 ◦ blue 155

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

Shades of Violet Blue #A9579B

Tints of Violet Blue #A9579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

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

R = 41.12%
G = 21.17%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9579B (or 0xA9579B) is known color: Violet Blue. HEX triplet: A9, 57 and 9B. RGB value is (169,87,155). Sum of RGB (Red+Green+Blue) = 169+87+155=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9579B is #56A864. Grayscale: #777777. Windows color (decimal): -5679205 or 10180521. OLE color: 10180521.

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

Color convert

RGB 169 87 155 -
CMYK 0 0.49 0.08 0.34
HSL 310.24º 0.32% 0.5% -
HSV(B) 310.24º 0.49% 0.66% -
XYZ 25.69 17.62 33.06 -
YUV 119.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 169 87 155 0 0.49 0.08 0.34 310.24 0.32 0.5
Hex A9 57 9B 0 31 8 22 136 20 32
Octal 251 127 233 0 61 10 42 466 40 62
Binary 10101001 1010111 10011011 0 110001 1000 100010 100110110 100000 110010

Color Harmonies of #A9579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9579B

Black with #A9579B

Text Example


Text Example

White with #A9579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9579B; }

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

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

background-color css

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

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

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

border-color css

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

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

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