Html Css Color HEX #AC88C0 East Side

📋 copy color: '#AC88C0'

red 172 ◦ green 136 ◦ blue 192

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

Shades of East Side #AC88C0

Tints of East Side #AC88C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.4%

R = 34.4%
G = 27.2%
B = 38.4%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC88C0 (or 0xAC88C0) is known color: East Side. HEX triplet: AC, 88 and C0. RGB value is (172,136,192). Sum of RGB (Red+Green+Blue) = 172+136+192=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC88C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88C0 is #53773F. Grayscale: #989898. Windows color (decimal): -5470016 or 12617900. OLE color: 12617900.

HSL color Cylindrical-coordinate representation of color #AC88C0: hue angle of 278.57º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC88C0 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 136 192 -
CMYK 0.10 0.29 0 0.25
HSL 278.57º 0.31% 0.64% -
HSV(B) 278.57º 0.29% 0.75% -
XYZ 35.33 30.18 53.83 -
YUV 153.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 172 136 192 0.10 0.29 0 0.25 278.57 0.31 0.64
Hex AC 88 C0 A 1D 0 19 117 1F 40
Octal 254 210 300 12 35 0 31 427 37 100
Binary 10101100 10001000 11000000 1010 11101 0 11001 100010111 11111 1000000

Color Harmonies of #AC88C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88C0

Black with #AC88C0

Text Example


Text Example

White with #AC88C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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