Shades of Cold Purple #A27ECB
Tints of Cold Purple #A27ECB
RGB
CMYK
RGB Variations
Color information
#A27ECB (or 0xA27ECB) is known color: Cold Purple. HEX triplet: A2, 7E and CB. RGB value is (162,126,203). Sum of RGB (Red+Green+Blue) = 162+126+203=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #A27ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ECB is #5D8134. Grayscale: #919191. Windows color (decimal): -6127925 or 13336226. OLE color: 13336226.
HSL color Cylindrical-coordinate representation of color #A27ECB: hue angle of 268.05º 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 #A27ECB is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 126 | 203 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.20 |
| HSL | 268.05º | 0.43% | 0.65% | - |
| HSV(B) | 268.05º | 0.38% | 0.8% | - |
| XYZ | 33.14 | 26.91 | 59.95 | - |
| YUV | 145.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 203 | 0.20 | 0.38 | 0 | 0.20 | 268.05 | 0.43 | 0.65 |
| Hex | A2 | 7E | CB | 14 | 26 | 0 | 14 | 10C | 2B | 41 |
| Octal | 242 | 176 | 313 | 24 | 46 | 0 | 24 | 414 | 53 | 101 |
| Binary | 10100010 | 1111110 | 11001011 | 10100 | 100110 | 0 | 10100 | 100001100 | 101011 | 1000001 |
Color Harmonies of #A27ECB
Complementary color
Monochromatic Colors of #A27ECB
Black with #A27ECB
Text Example
Text Example
White with #A27ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ECB; }
p { color: rgb(162,126,203); }
H1.HeaderClassName
{
color: #A27ECB;
}
.AnyTagClassName
{
color: #A27ECB;
}
</style>
background-color css
<style>
a { background-color: #A27ECB; }
a { background-color: rgb(162,126,203); }
div.DivClassName
{
background-color: #A27ECB;
}
.BgClassName
{
background-color: #A27ECB;
}
</style>
border-color css
<style>
span { border-color: #A27ECB; }
span { border-color: rgb(162,126,203); }
td.TdClassName
{
border-color: #A27ECB;
}
.TagClassName
{
border-color: #A27ECB;
}
</style>