Shades of East Side #A68FB4
Tints of East Side #A68FB4
RGB
CMYK
RGB Variations
Color information
#A68FB4 (or 0xA68FB4) is known color: East Side. HEX triplet: A6, 8F and B4. RGB value is (166,143,180). Sum of RGB (Red+Green+Blue) = 166+143+180=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #A68FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FB4 is #59704B. Grayscale: #999999. Windows color (decimal): -5861452 or 11833254. OLE color: 11833254.
HSL color Cylindrical-coordinate representation of color #A68FB4: hue angle of 277.3º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A68FB4 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 143 | 180 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.29 |
| HSL | 277.3º | 0.2% | 0.63% | - |
| HSV(B) | 277.3º | 0.21% | 0.71% | - |
| XYZ | 33.79 | 31.05 | 47.39 | - |
| YUV | 154.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 180 | 0.08 | 0.21 | 0 | 0.29 | 277.3 | 0.2 | 0.63 |
| Hex | A6 | 8F | B4 | 8 | 15 | 0 | 1D | 115 | 14 | 3F |
| Octal | 246 | 217 | 264 | 10 | 25 | 0 | 35 | 425 | 24 | 77 |
| Binary | 10100110 | 10001111 | 10110100 | 1000 | 10101 | 0 | 11101 | 100010101 | 10100 | 111111 |
Color Harmonies of #A68FB4
Complementary color
Monochromatic Colors of #A68FB4
Black with #A68FB4
Text Example
Text Example
White with #A68FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FB4; }
p { color: rgb(166,143,180); }
H1.HeaderClassName
{
color: #A68FB4;
}
.AnyTagClassName
{
color: #A68FB4;
}
</style>
background-color css
<style>
a { background-color: #A68FB4; }
a { background-color: rgb(166,143,180); }
div.DivClassName
{
background-color: #A68FB4;
}
.BgClassName
{
background-color: #A68FB4;
}
</style>
border-color css
<style>
span { border-color: #A68FB4; }
span { border-color: rgb(166,143,180); }
td.TdClassName
{
border-color: #A68FB4;
}
.TagClassName
{
border-color: #A68FB4;
}
</style>