Html Css Color HEX #AC76BA East Side

📋 copy color: '#AC76BA'

red 172 ◦ green 118 ◦ blue 186

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

Shades of East Side #AC76BA

Tints of East Side #AC76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 36.13%
G = 24.79%
B = 39.08%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC76BA (or 0xAC76BA) is known color: East Side. HEX triplet: AC, 76 and BA. RGB value is (172,118,186). Sum of RGB (Red+Green+Blue) = 172+118+186=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76BA is #538945. Grayscale: #8D8D8D. Windows color (decimal): -5474630 or 12220076. OLE color: 12220076.

HSL color Cylindrical-coordinate representation of color #AC76BA: hue angle of 287.65º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC76BA is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 118 186 -
CMYK 0.08 0.37 0 0.27
HSL 287.65º 0.33% 0.6% -
HSV(B) 287.65º 0.37% 0.73% -
XYZ 32.35 25.27 49.63 -
YUV 141.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 172 118 186 0.08 0.37 0 0.27 287.65 0.33 0.6
Hex AC 76 BA 8 25 0 1B 120 21 3C
Octal 254 166 272 10 45 0 33 440 41 74
Binary 10101100 1110110 10111010 1000 100101 0 11011 100100000 100001 111100

Color Harmonies of #AC76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76BA

Black with #AC76BA

Text Example


Text Example

White with #AC76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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