Html Css Color HEX #AC77AA Violet Blue

📋 copy color: '#AC77AA'

red 172 ◦ green 119 ◦ blue 170

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

Shades of Violet Blue #AC77AA

Tints of Violet Blue #AC77AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 37.31%
G = 25.81%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC77AA (or 0xAC77AA) is known color: Violet Blue. HEX triplet: AC, 77 and AA. RGB value is (172,119,170). Sum of RGB (Red+Green+Blue) = 172+119+170=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77AA is #538855. Grayscale: #8C8C8C. Windows color (decimal): -5474390 or 11171756. OLE color: 11171756.

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

Color convert

RGB 172 119 170 -
CMYK 0 0.31 0.01 0.33
HSL 302.26º 0.24% 0.57% -
HSV(B) 302.26º 0.31% 0.67% -
XYZ 30.87 24.87 41.2 -
YUV 140.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 172 119 170 0 0.31 0.01 0.33 302.26 0.24 0.57
Hex AC 77 AA 0 1F 1 21 12E 18 39
Octal 254 167 252 0 37 1 41 456 30 71
Binary 10101100 1110111 10101010 0 11111 1 100001 100101110 11000 111001

Color Harmonies of #AC77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77AA

Black with #AC77AA

Text Example


Text Example

White with #AC77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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