Shades of East Side #AF9AC2
Tints of East Side #AF9AC2
RGB
CMYK
RGB Variations
Color information
#AF9AC2 (or 0xAF9AC2) is known color: East Side. HEX triplet: AF, 9A and C2. RGB value is (175,154,194). Sum of RGB (Red+Green+Blue) = 175+154+194=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AC2 is #50653D. Grayscale: #A4A4A4. Windows color (decimal): -5268798 or 12753583. OLE color: 12753583.
HSL color Cylindrical-coordinate representation of color #AF9AC2: hue angle of 271.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF9AC2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 154 | 194 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.24 |
| HSL | 271.5º | 0.25% | 0.68% | - |
| HSV(B) | 271.5º | 0.21% | 0.76% | - |
| XYZ | 38.97 | 36.12 | 55.96 | - |
| YUV | 164.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 194 | 0.10 | 0.21 | 0 | 0.24 | 271.5 | 0.25 | 0.68 |
| Hex | AF | 9A | C2 | A | 15 | 0 | 18 | 110 | 19 | 44 |
| Octal | 257 | 232 | 302 | 12 | 25 | 0 | 30 | 420 | 31 | 104 |
| Binary | 10101111 | 10011010 | 11000010 | 1010 | 10101 | 0 | 11000 | 100010000 | 11001 | 1000100 |
Color Harmonies of #AF9AC2
Complementary color
Monochromatic Colors of #AF9AC2
Black with #AF9AC2
Text Example
Text Example
White with #AF9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9AC2; }
p { color: rgb(175,154,194); }
H1.HeaderClassName
{
color: #AF9AC2;
}
.AnyTagClassName
{
color: #AF9AC2;
}
</style>
background-color css
<style>
a { background-color: #AF9AC2; }
a { background-color: rgb(175,154,194); }
div.DivClassName
{
background-color: #AF9AC2;
}
.BgClassName
{
background-color: #AF9AC2;
}
</style>
border-color css
<style>
span { border-color: #AF9AC2; }
span { border-color: rgb(175,154,194); }
td.TdClassName
{
border-color: #AF9AC2;
}
.TagClassName
{
border-color: #AF9AC2;
}
</style>