Html Css Color HEX #AC96BD East Side

📋 copy color: '#AC96BD'

red 172 ◦ green 150 ◦ blue 189

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

Shades of East Side #AC96BD

Tints of East Side #AC96BD

RGB

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

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

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

R = 33.66%
G = 29.35%
B = 36.99%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC96BD (or 0xAC96BD) is known color: East Side. HEX triplet: AC, 96 and BD. RGB value is (172,150,189). Sum of RGB (Red+Green+Blue) = 172+150+189=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96BD is #536942. Grayscale: #A0A0A0. Windows color (decimal): -5466435 or 12424876. OLE color: 12424876.

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

Color convert

RGB 172 150 189 -
CMYK 0.09 0.21 0 0.26
HSL 273.85º 0.23% 0.66% -
HSV(B) 273.85º 0.21% 0.74% -
XYZ 37.1 34.26 52.8 -
YUV 161.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 172 150 189 0.09 0.21 0 0.26 273.85 0.23 0.66
Hex AC 96 BD 9 15 0 1A 112 17 42
Octal 254 226 275 11 25 0 32 422 27 102
Binary 10101100 10010110 10111101 1001 10101 0 11010 100010010 10111 1000010

Color Harmonies of #AC96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96BD

Black with #AC96BD

Text Example


Text Example

White with #AC96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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