Html Css Color HEX #AC96B5 East Side

📋 copy color: '#AC96B5'

red 172 ◦ green 150 ◦ blue 181

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

Shades of East Side #AC96B5

Tints of East Side #AC96B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 34.19%
G = 29.82%
B = 35.98%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC96B5 (or 0xAC96B5) is known color: East Side. HEX triplet: AC, 96 and B5. RGB value is (172,150,181). Sum of RGB (Red+Green+Blue) = 172+150+181=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC96B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96B5 is #53694A. Grayscale: #A0A0A0. Windows color (decimal): -5466443 or 11900588. OLE color: 11900588.

HSL color Cylindrical-coordinate representation of color #AC96B5: hue angle of 282.58º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC96B5 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 150 181 -
CMYK 0.05 0.17 0 0.29
HSL 282.58º 0.17% 0.65% -
HSV(B) 282.58º 0.17% 0.71% -
XYZ 36.26 33.92 48.35 -
YUV 160.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 172 150 181 0.05 0.17 0 0.29 282.58 0.17 0.65
Hex AC 96 B5 5 11 0 1D 11B 11 41
Octal 254 226 265 5 21 0 35 433 21 101
Binary 10101100 10010110 10110101 101 10001 0 11101 100011011 10001 1000001

Color Harmonies of #AC96B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96B5

Black with #AC96B5

Text Example


Text Example

White with #AC96B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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