Shades of East Side #AF9CBE
Tints of East Side #AF9CBE
RGB
CMYK
RGB Variations
Color information
#AF9CBE (or 0xAF9CBE) is known color: East Side. HEX triplet: AF, 9C and BE. RGB value is (175,156,190). Sum of RGB (Red+Green+Blue) = 175+156+190=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CBE is #506341. Grayscale: #A5A5A5. Windows color (decimal): -5268290 or 12491951. OLE color: 12491951.
HSL color Cylindrical-coordinate representation of color #AF9CBE: hue angle of 273.53º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9CBE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 156 | 190 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.25 |
| HSL | 273.53º | 0.21% | 0.68% | - |
| HSV(B) | 273.53º | 0.18% | 0.75% | - |
| XYZ | 38.86 | 36.61 | 53.73 | - |
| YUV | 165.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 190 | 0.08 | 0.18 | 0 | 0.25 | 273.53 | 0.21 | 0.68 |
| Hex | AF | 9C | BE | 8 | 12 | 0 | 19 | 112 | 15 | 44 |
| Octal | 257 | 234 | 276 | 10 | 22 | 0 | 31 | 422 | 25 | 104 |
| Binary | 10101111 | 10011100 | 10111110 | 1000 | 10010 | 0 | 11001 | 100010010 | 10101 | 1000100 |
Color Harmonies of #AF9CBE
Complementary color
Monochromatic Colors of #AF9CBE
Black with #AF9CBE
Text Example
Text Example
White with #AF9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9CBE; }
p { color: rgb(175,156,190); }
H1.HeaderClassName
{
color: #AF9CBE;
}
.AnyTagClassName
{
color: #AF9CBE;
}
</style>
background-color css
<style>
a { background-color: #AF9CBE; }
a { background-color: rgb(175,156,190); }
div.DivClassName
{
background-color: #AF9CBE;
}
.BgClassName
{
background-color: #AF9CBE;
}
</style>
border-color css
<style>
span { border-color: #AF9CBE; }
span { border-color: rgb(175,156,190); }
td.TdClassName
{
border-color: #AF9CBE;
}
.TagClassName
{
border-color: #AF9CBE;
}
</style>