Html Css Color HEX #AC95BA East Side

📋 copy color: '#AC95BA'

red 172 ◦ green 149 ◦ blue 186

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

Shades of East Side #AC95BA

Tints of East Side #AC95BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.39%

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

R = 33.93%
G = 29.39%
B = 36.69%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC95BA (or 0xAC95BA) is known color: East Side. HEX triplet: AC, 95 and BA. RGB value is (172,149,186). Sum of RGB (Red+Green+Blue) = 172+149+186=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC95BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95BA is #536A45. Grayscale: #9F9F9F. Windows color (decimal): -5466694 or 12228012. OLE color: 12228012.

HSL color Cylindrical-coordinate representation of color #AC95BA: hue angle of 277.3º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC95BA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 149 186 -
CMYK 0.08 0.20 0 0.27
HSL 277.3º 0.21% 0.66% -
HSV(B) 277.3º 0.2% 0.73% -
XYZ 36.62 33.81 51.05 -
YUV 160.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 172 149 186 0.08 0.20 0 0.27 277.3 0.21 0.66
Hex AC 95 BA 8 14 0 1B 115 15 42
Octal 254 225 272 10 24 0 33 425 25 102
Binary 10101100 10010101 10111010 1000 10100 0 11011 100010101 10101 1000010

Color Harmonies of #AC95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC95BA

Black with #AC95BA

Text Example


Text Example

White with #AC95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC95BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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