Html Css Color HEX #AC88BD East Side

📋 copy color: '#AC88BD'

red 172 ◦ green 136 ◦ blue 189

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

Shades of East Side #AC88BD

Tints of East Side #AC88BD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.36%

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 34.61%
G = 27.36%
B = 38.03%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC88BD (or 0xAC88BD) is known color: East Side. HEX triplet: AC, 88 and BD. RGB value is (172,136,189). Sum of RGB (Red+Green+Blue) = 172+136+189=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC88BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88BD is #537742. Grayscale: #989898. Windows color (decimal): -5470019 or 12421292. OLE color: 12421292.

HSL color Cylindrical-coordinate representation of color #AC88BD: hue angle of 280.75º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC88BD is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 136 189 -
CMYK 0.09 0.28 0 0.26
HSL 280.75º 0.29% 0.64% -
HSV(B) 280.75º 0.28% 0.74% -
XYZ 35 30.05 52.1 -
YUV 152.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 172 136 189 0.09 0.28 0 0.26 280.75 0.29 0.64
Hex AC 88 BD 9 1C 0 1A 119 1D 40
Octal 254 210 275 11 34 0 32 431 35 100
Binary 10101100 10001000 10111101 1001 11100 0 11010 100011001 11101 1000000

Color Harmonies of #AC88BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88BD

Black with #AC88BD

Text Example


Text Example

White with #AC88BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88BD; }

 p { color: rgb(172,136,189); }

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

background-color css

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

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

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

border-color css

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

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

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