Shades of Cold Purple #A27FCE
Tints of Cold Purple #A27FCE
RGB
CMYK
RGB Variations
Color information
#A27FCE (or 0xA27FCE) is known color: Cold Purple. HEX triplet: A2, 7F and CE. RGB value is (162,127,206). Sum of RGB (Red+Green+Blue) = 162+127+206=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #A27FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FCE is #5D8031. Grayscale: #929292. Windows color (decimal): -6127666 or 13533090. OLE color: 13533090.
HSL color Cylindrical-coordinate representation of color #A27FCE: hue angle of 266.58º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A27FCE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 127 | 206 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.19 |
| HSL | 266.58º | 0.45% | 0.65% | - |
| HSV(B) | 266.58º | 0.38% | 0.81% | - |
| XYZ | 33.63 | 27.32 | 61.89 | - |
| YUV | 146.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 206 | 0.21 | 0.38 | 0 | 0.19 | 266.58 | 0.45 | 0.65 |
| Hex | A2 | 7F | CE | 15 | 26 | 0 | 13 | 10B | 2D | 41 |
| Octal | 242 | 177 | 316 | 25 | 46 | 0 | 23 | 413 | 55 | 101 |
| Binary | 10100010 | 1111111 | 11001110 | 10101 | 100110 | 0 | 10011 | 100001011 | 101101 | 1000001 |
Color Harmonies of #A27FCE
Complementary color
Monochromatic Colors of #A27FCE
Black with #A27FCE
Text Example
Text Example
White with #A27FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FCE; }
p { color: rgb(162,127,206); }
H1.HeaderClassName
{
color: #A27FCE;
}
.AnyTagClassName
{
color: #A27FCE;
}
</style>
background-color css
<style>
a { background-color: #A27FCE; }
a { background-color: rgb(162,127,206); }
div.DivClassName
{
background-color: #A27FCE;
}
.BgClassName
{
background-color: #A27FCE;
}
</style>
border-color css
<style>
span { border-color: #A27FCE; }
span { border-color: rgb(162,127,206); }
td.TdClassName
{
border-color: #A27FCE;
}
.TagClassName
{
border-color: #A27FCE;
}
</style>