Html Css Color HEX #AC76CB East Side

📋 copy color: '#AC76CB'

red 172 ◦ green 118 ◦ blue 203

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

Shades of East Side #AC76CB

Tints of East Side #AC76CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 34.89%
G = 23.94%
B = 41.18%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC76CB (or 0xAC76CB) is known color: East Side. HEX triplet: AC, 76 and CB. RGB value is (172,118,203). Sum of RGB (Red+Green+Blue) = 172+118+203=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC76CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76CB is #538934. Grayscale: #8F8F8F. Windows color (decimal): -5474613 or 13334188. OLE color: 13334188.

HSL color Cylindrical-coordinate representation of color #AC76CB: hue angle of 278.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC76CB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 118 203 -
CMYK 0.15 0.42 0 0.20
HSL 278.12º 0.45% 0.63% -
HSV(B) 278.12º 0.42% 0.8% -
XYZ 34.27 26.04 59.72 -
YUV 143.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 172 118 203 0.15 0.42 0 0.20 278.12 0.45 0.63
Hex AC 76 CB F 2A 0 14 116 2D 3F
Octal 254 166 313 17 52 0 24 426 55 77
Binary 10101100 1110110 11001011 1111 101010 0 10100 100010110 101101 111111

Color Harmonies of #AC76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76CB

Black with #AC76CB

Text Example


Text Example

White with #AC76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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