Html Css Color HEX #AC59AD Violet Blue

📋 copy color: '#AC59AD'

red 172 ◦ green 89 ◦ blue 173

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

Shades of Violet Blue #AC59AD

Tints of Violet Blue #AC59AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.51%

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 39.63%
G = 20.51%
B = 39.86%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC59AD (or 0xAC59AD) is known color: Violet Blue. HEX triplet: AC, 59 and AD. RGB value is (172,89,173). Sum of RGB (Red+Green+Blue) = 172+89+173=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59AD is #53A652. Grayscale: #7B7B7B. Windows color (decimal): -5482067 or 11360684. OLE color: 11360684.

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

Color convert

RGB 172 89 173 -
CMYK 0.01 0.49 0 0.32
HSL 299.29º 0.34% 0.51% -
HSV(B) 299.29º 0.49% 0.68% -
XYZ 28.13 18.93 41.71 -
YUV 123.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 172 89 173 0.01 0.49 0 0.32 299.29 0.34 0.51
Hex AC 59 AD 1 31 0 20 12B 22 33
Octal 254 131 255 1 61 0 40 453 42 63
Binary 10101100 1011001 10101101 1 110001 0 100000 100101011 100010 110011

Color Harmonies of #AC59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59AD

Black with #AC59AD

Text Example


Text Example

White with #AC59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59AD; }

 p { color: rgb(172,89,173); }

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

background-color css

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

 a { background-color: rgb(172,89,173); }

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

border-color css

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

 span { border-color: rgb(172,89,173); }

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