Html Css Color HEX #AC77AD Violet Blue

📋 copy color: '#AC77AD'

red 172 ◦ green 119 ◦ blue 173

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

Shades of Violet Blue #AC77AD

Tints of Violet Blue #AC77AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.65%

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

R = 37.07%
G = 25.65%
B = 37.28%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC77AD (or 0xAC77AD) is known color: Violet Blue. HEX triplet: AC, 77 and AD. RGB value is (172,119,173). Sum of RGB (Red+Green+Blue) = 172+119+173=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC77AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77AD is #538852. Grayscale: #8C8C8C. Windows color (decimal): -5474387 or 11368364. OLE color: 11368364.

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

Color convert

RGB 172 119 173 -
CMYK 0.01 0.31 0 0.32
HSL 298.89º 0.25% 0.57% -
HSV(B) 298.89º 0.31% 0.68% -
XYZ 31.15 24.98 42.72 -
YUV 141 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 172 119 173 0.01 0.31 0 0.32 298.89 0.25 0.57
Hex AC 77 AD 1 1F 0 20 12B 19 39
Octal 254 167 255 1 37 0 40 453 31 71
Binary 10101100 1110111 10101101 1 11111 0 100000 100101011 11001 111001

Color Harmonies of #AC77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77AD

Black with #AC77AD

Text Example


Text Example

White with #AC77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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