Html Css Color HEX #AC559D Violet Blue

📋 copy color: '#AC559D'

red 172 ◦ green 85 ◦ blue 157

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

Shades of Violet Blue #AC559D

Tints of Violet Blue #AC559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 41.55%
G = 20.53%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC559D (or 0xAC559D) is known color: Violet Blue. HEX triplet: AC, 55 and 9D. RGB value is (172,85,157). Sum of RGB (Red+Green+Blue) = 172+85+157=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC559D is #53AA62. Grayscale: #777777. Windows color (decimal): -5483107 or 10311084. OLE color: 10311084.

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

Color convert

RGB 172 85 157 -
CMYK 0 0.51 0.09 0.33
HSL 310.34º 0.34% 0.5% -
HSV(B) 310.34º 0.51% 0.67% -
XYZ 26.35 17.7 33.93 -
YUV 119.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 172 85 157 0 0.51 0.09 0.33 310.34 0.34 0.5
Hex AC 55 9D 0 33 9 21 136 22 32
Octal 254 125 235 0 63 11 41 466 42 62
Binary 10101100 1010101 10011101 0 110011 1001 100001 100110110 100010 110010

Color Harmonies of #AC559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC559D

Black with #AC559D

Text Example


Text Example

White with #AC559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC559D; }

 p { color: rgb(172,85,157); }

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

background-color css

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

 a { background-color: rgb(172,85,157); }

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

border-color css

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

 span { border-color: rgb(172,85,157); }

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