Shades of East Side #AF96B5
Tints of East Side #AF96B5
RGB
CMYK
RGB Variations
Color information
#AF96B5 (or 0xAF96B5) is known color: East Side. HEX triplet: AF, 96 and B5. RGB value is (175,150,181). Sum of RGB (Red+Green+Blue) = 175+150+181=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF96B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96B5 is #50694A. Grayscale: #A0A0A0. Windows color (decimal): -5269835 or 11900591. OLE color: 11900591.
HSL color Cylindrical-coordinate representation of color #AF96B5: hue angle of 288.39º 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 #AF96B5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 150 | 181 | - |
CMYK | 0.03 | 0.17 | 0 | 0.29 |
HSL | 288.39º | 0.17% | 0.65% | - |
HSV(B) | 288.39º | 0.17% | 0.71% | - |
XYZ | 36.93 | 34.26 | 48.38 | - |
YUV | 161.01 | 139.28 | 137.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 150 | 181 | 0.03 | 0.17 | 0 | 0.29 | 288.39 | 0.17 | 0.65 |
Hex | AF | 96 | B5 | 3 | 11 | 0 | 1D | 120 | 11 | 41 |
Octal | 257 | 226 | 265 | 3 | 21 | 0 | 35 | 440 | 21 | 101 |
Binary | 10101111 | 10010110 | 10110101 | 11 | 10001 | 0 | 11101 | 100100000 | 10001 | 1000001 |
Color Harmonies of #AF96B5
Complementary color
Monochromatic Colors of #AF96B5
Black with #AF96B5
Text Example
Text Example
White with #AF96B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96B5; }
p { color: rgb(175,150,181); }
H1.HeaderClassName
{
color: #AF96B5;
}
.AnyTagClassName
{
color: #AF96B5;
}
</style>
background-color css
<style>
a { background-color: #AF96B5; }
a { background-color: rgb(175,150,181); }
div.DivClassName
{
background-color: #AF96B5;
}
.BgClassName
{
background-color: #AF96B5;
}
</style>
border-color css
<style>
span { border-color: #AF96B5; }
span { border-color: rgb(175,150,181); }
td.TdClassName
{
border-color: #AF96B5;
}
.TagClassName
{
border-color: #AF96B5;
}
</style>