Shades of Cold Purple #A17ECB
Tints of Cold Purple #A17ECB
RGB
CMYK
RGB Variations
Color information
#A17ECB (or 0xA17ECB) is known color: Cold Purple. HEX triplet: A1, 7E and CB. RGB value is (161,126,203). Sum of RGB (Red+Green+Blue) = 161+126+203=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #A17ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ECB is #5E8134. Grayscale: #909090. Windows color (decimal): -6193461 or 13336225. OLE color: 13336225.
HSL color Cylindrical-coordinate representation of color #A17ECB: hue angle of 267.27º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A17ECB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 126 | 203 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.20 |
| HSL | 267.27º | 0.43% | 0.65% | - |
| HSV(B) | 267.27º | 0.38% | 0.8% | - |
| XYZ | 32.94 | 26.81 | 59.94 | - |
| YUV | 145.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 203 | 0.21 | 0.38 | 0 | 0.20 | 267.27 | 0.43 | 0.65 |
| Hex | A1 | 7E | CB | 15 | 26 | 0 | 14 | 10B | 2B | 41 |
| Octal | 241 | 176 | 313 | 25 | 46 | 0 | 24 | 413 | 53 | 101 |
| Binary | 10100001 | 1111110 | 11001011 | 10101 | 100110 | 0 | 10100 | 100001011 | 101011 | 1000001 |
Color Harmonies of #A17ECB
Complementary color
Monochromatic Colors of #A17ECB
Black with #A17ECB
Text Example
Text Example
White with #A17ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17ECB; }
p { color: rgb(161,126,203); }
H1.HeaderClassName
{
color: #A17ECB;
}
.AnyTagClassName
{
color: #A17ECB;
}
</style>
background-color css
<style>
a { background-color: #A17ECB; }
a { background-color: rgb(161,126,203); }
div.DivClassName
{
background-color: #A17ECB;
}
.BgClassName
{
background-color: #A17ECB;
}
</style>
border-color css
<style>
span { border-color: #A17ECB; }
span { border-color: rgb(161,126,203); }
td.TdClassName
{
border-color: #A17ECB;
}
.TagClassName
{
border-color: #A17ECB;
}
</style>