Html Css Color HEX #A7579B Violet Blue

📋 copy color: '#A7579B'

red 167 ◦ green 87 ◦ blue 155

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

Shades of Violet Blue #A7579B

Tints of Violet Blue #A7579B

RGB

 RED value IS 167 (65.63% from 255) = 40.83%

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

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

R = 40.83%
G = 21.27%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7579B (or 0xA7579B) is known color: Violet Blue. HEX triplet: A7, 57 and 9B. RGB value is (167,87,155). Sum of RGB (Red+Green+Blue) = 167+87+155=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7579B is #58A864. Grayscale: #767676. Windows color (decimal): -5810277 or 10180519. OLE color: 10180519.

HSL color Cylindrical-coordinate representation of color #A7579B: hue angle of 309º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7579B is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 87 155 -
CMYK 0 0.48 0.07 0.35
HSL 309º 0.31% 0.5% -
HSV(B) 309º 0.48% 0.65% -
XYZ 25.26 17.4 33.04 -
YUV 118.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 167 87 155 0 0.48 0.07 0.35 309 0.31 0.5
Hex A7 57 9B 0 30 7 23 135 1F 32
Octal 247 127 233 0 60 7 43 465 37 62
Binary 10100111 1010111 10011011 0 110000 111 100011 100110101 11111 110010

Color Harmonies of #A7579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7579B

Black with #A7579B

Text Example


Text Example

White with #A7579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7579B; }

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

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

background-color css

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

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

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

border-color css

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

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

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