Html Css Color HEX #AC76AC Violet Blue

📋 copy color: '#AC76AC'

red 172 ◦ green 118 ◦ blue 172

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

Shades of Violet Blue #AC76AC

Tints of Violet Blue #AC76AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 37.23%
G = 25.54%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC76AC (or 0xAC76AC) is known color: Violet Blue. HEX triplet: AC, 76 and AC. RGB value is (172,118,172). Sum of RGB (Red+Green+Blue) = 172+118+172=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76AC is #538953. Grayscale: #8C8C8C. Windows color (decimal): -5474644 or 11302572. OLE color: 11302572.

HSL color Cylindrical-coordinate representation of color #AC76AC: hue angle of 300º degrees, saturation: 0.25, 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 #AC76AC is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 172 -
CMYK 0 0.31 0 0.33
HSL 300º 0.25% 0.57% -
HSV(B) 300º 0.31% 0.67% -
XYZ 30.94 24.71 42.17 -
YUV 140.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 172 118 172 0 0.31 0 0.33 300 0.25 0.57
Hex AC 76 AC 0 1F 0 21 12C 19 39
Octal 254 166 254 0 37 0 41 454 31 71
Binary 10101100 1110110 10101100 0 11111 0 100001 100101100 11001 111001

Color Harmonies of #AC76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76AC

Black with #AC76AC

Text Example


Text Example

White with #AC76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76AC; }

 p { color: rgb(172,118,172); }

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

background-color css

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

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

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

border-color css

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

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

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