Shades of East Side #AF91C2
Tints of East Side #AF91C2
RGB
CMYK
RGB Variations
Color information
#AF91C2 (or 0xAF91C2) is known color: East Side. HEX triplet: AF, 91 and C2. RGB value is (175,145,194). Sum of RGB (Red+Green+Blue) = 175+145+194=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF91C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91C2 is #506E3D. Grayscale: #9F9F9F. Windows color (decimal): -5271102 or 12751279. OLE color: 12751279.
HSL color Cylindrical-coordinate representation of color #AF91C2: hue angle of 276.73º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF91C2 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 175 | 145 | 194 | - |
CMYK | 0.10 | 0.25 | 0 | 0.24 |
HSL | 276.73º | 0.29% | 0.66% | - |
HSV(B) | 276.73º | 0.25% | 0.76% | - |
XYZ | 37.54 | 33.26 | 55.48 | - |
YUV | 159.56 | 147.44 | 139.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 145 | 194 | 0.10 | 0.25 | 0 | 0.24 | 276.73 | 0.29 | 0.66 |
Hex | AF | 91 | C2 | A | 19 | 0 | 18 | 115 | 1D | 42 |
Octal | 257 | 221 | 302 | 12 | 31 | 0 | 30 | 425 | 35 | 102 |
Binary | 10101111 | 10010001 | 11000010 | 1010 | 11001 | 0 | 11000 | 100010101 | 11101 | 1000010 |
Color Harmonies of #AF91C2
Complementary color
Monochromatic Colors of #AF91C2
Black with #AF91C2
Text Example
Text Example
White with #AF91C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91C2; }
p { color: rgb(175,145,194); }
H1.HeaderClassName
{
color: #AF91C2;
}
.AnyTagClassName
{
color: #AF91C2;
}
</style>
background-color css
<style>
a { background-color: #AF91C2; }
a { background-color: rgb(175,145,194); }
div.DivClassName
{
background-color: #AF91C2;
}
.BgClassName
{
background-color: #AF91C2;
}
</style>
border-color css
<style>
span { border-color: #AF91C2; }
span { border-color: rgb(175,145,194); }
td.TdClassName
{
border-color: #AF91C2;
}
.TagClassName
{
border-color: #AF91C2;
}
</style>