Html Css Color HEX #AC80BB East Side

📋 copy color: '#AC80BB'

red 172 ◦ green 128 ◦ blue 187

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

Shades of East Side #AC80BB

Tints of East Side #AC80BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.28%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 35.32%
G = 26.28%
B = 38.4%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC80BB (or 0xAC80BB) is known color: East Side. HEX triplet: AC, 80 and BB. RGB value is (172,128,187). Sum of RGB (Red+Green+Blue) = 172+128+187=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80BB is #537F44. Grayscale: #939393. Windows color (decimal): -5472069 or 12288172. OLE color: 12288172.

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

Color convert

RGB 172 128 187 -
CMYK 0.08 0.32 0 0.27
HSL 284.75º 0.3% 0.62% -
HSV(B) 284.75º 0.32% 0.73% -
XYZ 33.7 27.8 50.6 -
YUV 147.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 172 128 187 0.08 0.32 0 0.27 284.75 0.3 0.62
Hex AC 80 BB 8 20 0 1B 11D 1E 3E
Octal 254 200 273 10 40 0 33 435 36 76
Binary 10101100 10000000 10111011 1000 100000 0 11011 100011101 11110 111110

Color Harmonies of #AC80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80BB

Black with #AC80BB

Text Example


Text Example

White with #AC80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80BB; }

 p { color: rgb(172,128,187); }

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

background-color css

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

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

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

border-color css

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

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

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