Shades of East Side #A693BB
Tints of East Side #A693BB
RGB
CMYK
RGB Variations
Color information
#A693BB (or 0xA693BB) is known color: East Side. HEX triplet: A6, 93 and BB. RGB value is (166,147,187). Sum of RGB (Red+Green+Blue) = 166+147+187=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #A693BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693BB is #596C44. Grayscale: #9D9D9D. Windows color (decimal): -5860421 or 12293030. OLE color: 12293030.
HSL color Cylindrical-coordinate representation of color #A693BB: hue angle of 268.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A693BB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 147 | 187 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.27 |
| HSL | 268.5º | 0.23% | 0.65% | - |
| HSV(B) | 268.5º | 0.21% | 0.73% | - |
| XYZ | 35.13 | 32.56 | 51.45 | - |
| YUV | 157.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 187 | 0.11 | 0.21 | 0 | 0.27 | 268.5 | 0.23 | 0.65 |
| Hex | A6 | 93 | BB | B | 15 | 0 | 1B | 10C | 17 | 41 |
| Octal | 246 | 223 | 273 | 13 | 25 | 0 | 33 | 414 | 27 | 101 |
| Binary | 10100110 | 10010011 | 10111011 | 1011 | 10101 | 0 | 11011 | 100001100 | 10111 | 1000001 |
Color Harmonies of #A693BB
Complementary color
Monochromatic Colors of #A693BB
Black with #A693BB
Text Example
Text Example
White with #A693BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A693BB; }
p { color: rgb(166,147,187); }
H1.HeaderClassName
{
color: #A693BB;
}
.AnyTagClassName
{
color: #A693BB;
}
</style>
background-color css
<style>
a { background-color: #A693BB; }
a { background-color: rgb(166,147,187); }
div.DivClassName
{
background-color: #A693BB;
}
.BgClassName
{
background-color: #A693BB;
}
</style>
border-color css
<style>
span { border-color: #A693BB; }
span { border-color: rgb(166,147,187); }
td.TdClassName
{
border-color: #A693BB;
}
.TagClassName
{
border-color: #A693BB;
}
</style>