Html Css Color HEX #AC579B Violet Blue

📋 copy color: '#AC579B'

red 172 ◦ green 87 ◦ blue 155

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

Shades of Violet Blue #AC579B

Tints of Violet Blue #AC579B

RGB

 RED value IS 172 (67.58% from 255) = 41.55%

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

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

R = 41.55%
G = 21.01%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC579B (or 0xAC579B) is known color: Violet Blue. HEX triplet: AC, 57 and 9B. RGB value is (172,87,155). Sum of RGB (Red+Green+Blue) = 172+87+155=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC579B is #53A864. Grayscale: #777777. Windows color (decimal): -5482597 or 10180524. OLE color: 10180524.

HSL color Cylindrical-coordinate representation of color #AC579B: hue angle of 312º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC579B is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 87 155 -
CMYK 0 0.49 0.10 0.33
HSL 312º 0.34% 0.51% -
HSV(B) 312º 0.49% 0.67% -
XYZ 26.34 17.95 33.09 -
YUV 120.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 172 87 155 0 0.49 0.10 0.33 312 0.34 0.51
Hex AC 57 9B 0 31 A 21 138 22 33
Octal 254 127 233 0 61 12 41 470 42 63
Binary 10101100 1010111 10011011 0 110001 1010 100001 100111000 100010 110011

Color Harmonies of #AC579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC579B

Black with #AC579B

Text Example


Text Example

White with #AC579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC579B; }

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

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

background-color css

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

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

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

border-color css

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

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

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