Shades of East Side #A693AD
Tints of East Side #A693AD
RGB
CMYK
RGB Variations
Color information
#A693AD (or 0xA693AD) is known color: East Side. HEX triplet: A6, 93 and AD. RGB value is (166,147,173). Sum of RGB (Red+Green+Blue) = 166+147+173=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #A693AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693AD is #596C52. Grayscale: #9B9B9B. Windows color (decimal): -5860435 or 11375526. OLE color: 11375526.
HSL color Cylindrical-coordinate representation of color #A693AD: hue angle of 283.85º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A693AD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 147 | 173 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.32 |
| HSL | 283.85º | 0.14% | 0.63% | - |
| HSV(B) | 283.85º | 0.15% | 0.68% | - |
| XYZ | 33.7 | 31.99 | 43.93 | - |
| YUV | 155.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 173 | 0.04 | 0.15 | 0 | 0.32 | 283.85 | 0.14 | 0.63 |
| Hex | A6 | 93 | AD | 4 | F | 0 | 20 | 11C | E | 3F |
| Octal | 246 | 223 | 255 | 4 | 17 | 0 | 40 | 434 | 16 | 77 |
| Binary | 10100110 | 10010011 | 10101101 | 100 | 1111 | 0 | 100000 | 100011100 | 1110 | 111111 |
Color Harmonies of #A693AD
Complementary color
Monochromatic Colors of #A693AD
Black with #A693AD
Text Example
Text Example
White with #A693AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A693AD; }
p { color: rgb(166,147,173); }
H1.HeaderClassName
{
color: #A693AD;
}
.AnyTagClassName
{
color: #A693AD;
}
</style>
background-color css
<style>
a { background-color: #A693AD; }
a { background-color: rgb(166,147,173); }
div.DivClassName
{
background-color: #A693AD;
}
.BgClassName
{
background-color: #A693AD;
}
</style>
border-color css
<style>
span { border-color: #A693AD; }
span { border-color: rgb(166,147,173); }
td.TdClassName
{
border-color: #A693AD;
}
.TagClassName
{
border-color: #A693AD;
}
</style>