Shades of East Side #AC94B5
Tints of East Side #AC94B5
RGB
CMYK
RGB Variations
Color information
#AC94B5 (or 0xAC94B5) is known color: East Side. HEX triplet: AC, 94 and B5. RGB value is (172,148,181). Sum of RGB (Red+Green+Blue) = 172+148+181=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC94B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94B5 is #536B4A. Grayscale: #9E9E9E. Windows color (decimal): -5466955 or 11900076. OLE color: 11900076.
HSL color Cylindrical-coordinate representation of color #AC94B5: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC94B5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 148 | 181 | - |
CMYK | 0.05 | 0.18 | 0 | 0.29 |
HSL | 283.64º | 0.18% | 0.65% | - |
HSV(B) | 283.64º | 0.18% | 0.71% | - |
XYZ | 35.94 | 33.29 | 48.25 | - |
YUV | 158.94 | 140.45 | 137.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 148 | 181 | 0.05 | 0.18 | 0 | 0.29 | 283.64 | 0.18 | 0.65 |
Hex | AC | 94 | B5 | 5 | 12 | 0 | 1D | 11C | 12 | 41 |
Octal | 254 | 224 | 265 | 5 | 22 | 0 | 35 | 434 | 22 | 101 |
Binary | 10101100 | 10010100 | 10110101 | 101 | 10010 | 0 | 11101 | 100011100 | 10010 | 1000001 |
Color Harmonies of #AC94B5
Complementary color
Monochromatic Colors of #AC94B5
Black with #AC94B5
Text Example
Text Example
White with #AC94B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94B5; }
p { color: rgb(172,148,181); }
H1.HeaderClassName
{
color: #AC94B5;
}
.AnyTagClassName
{
color: #AC94B5;
}
</style>
background-color css
<style>
a { background-color: #AC94B5; }
a { background-color: rgb(172,148,181); }
div.DivClassName
{
background-color: #AC94B5;
}
.BgClassName
{
background-color: #AC94B5;
}
</style>
border-color css
<style>
span { border-color: #AC94B5; }
span { border-color: rgb(172,148,181); }
td.TdClassName
{
border-color: #AC94B5;
}
.TagClassName
{
border-color: #AC94B5;
}
</style>