Html Css Color HEX #AC96BC East Side

📋 copy color: '#AC96BC'

red 172 ◦ green 150 ◦ blue 188

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

Shades of East Side #AC96BC

Tints of East Side #AC96BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.41%

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 33.73%
G = 29.41%
B = 36.86%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC96BC (or 0xAC96BC) is known color: East Side. HEX triplet: AC, 96 and BC. RGB value is (172,150,188). Sum of RGB (Red+Green+Blue) = 172+150+188=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96BC is #536943. Grayscale: #A0A0A0. Windows color (decimal): -5466436 or 12359340. OLE color: 12359340.

HSL color Cylindrical-coordinate representation of color #AC96BC: hue angle of 274.74º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC96BC is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 150 188 -
CMYK 0.09 0.20 0 0.26
HSL 274.74º 0.22% 0.66% -
HSV(B) 274.74º 0.2% 0.74% -
XYZ 37 34.21 52.23 -
YUV 160.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 172 150 188 0.09 0.20 0 0.26 274.74 0.22 0.66
Hex AC 96 BC 9 14 0 1A 113 16 42
Octal 254 226 274 11 24 0 32 423 26 102
Binary 10101100 10010110 10111100 1001 10100 0 11010 100010011 10110 1000010

Color Harmonies of #AC96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96BC

Black with #AC96BC

Text Example


Text Example

White with #AC96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96BC; }

 p { color: rgb(172,150,188); }

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

background-color css

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

 a { background-color: rgb(172,150,188); }

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

border-color css

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

 span { border-color: rgb(172,150,188); }

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