Html Css Color HEX #AC559B Violet Blue

📋 copy color: '#AC559B'

red 172 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #AC559B

Tints of Violet Blue #AC559B

RGB

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

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

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

R = 41.75%
G = 20.63%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC559B (or 0xAC559B) is known color: Violet Blue. HEX triplet: AC, 55 and 9B. RGB value is (172,85,155). Sum of RGB (Red+Green+Blue) = 172+85+155=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC559B is #53AA64. Grayscale: #767676. Windows color (decimal): -5483109 or 10180012. OLE color: 10180012.

HSL color Cylindrical-coordinate representation of color #AC559B: hue angle of 311.72º 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 #AC559B is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 155 -
CMYK 0 0.51 0.10 0.33
HSL 311.72º 0.34% 0.5% -
HSV(B) 311.72º 0.51% 0.67% -
XYZ 26.18 17.63 33.03 -
YUV 118.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 172 85 155 0 0.51 0.10 0.33 311.72 0.34 0.5
Hex AC 55 9B 0 33 A 21 138 22 32
Octal 254 125 233 0 63 12 41 470 42 62
Binary 10101100 1010101 10011011 0 110011 1010 100001 100111000 100010 110010

Color Harmonies of #AC559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC559B

Black with #AC559B

Text Example


Text Example

White with #AC559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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