Shades of Cold Purple #A27FCB
Tints of Cold Purple #A27FCB
RGB
CMYK
RGB Variations
Color information
#A27FCB (or 0xA27FCB) is known color: Cold Purple. HEX triplet: A2, 7F and CB. RGB value is (162,127,203). Sum of RGB (Red+Green+Blue) = 162+127+203=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A27FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FCB is #5D8034. Grayscale: #919191. Windows color (decimal): -6127669 or 13336482. OLE color: 13336482.
HSL color Cylindrical-coordinate representation of color #A27FCB: hue angle of 267.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27FCB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 127 | 203 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.20 |
| HSL | 267.63º | 0.42% | 0.65% | - |
| HSV(B) | 267.63º | 0.37% | 0.8% | - |
| XYZ | 33.27 | 27.17 | 59.99 | - |
| YUV | 146.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 203 | 0.20 | 0.37 | 0 | 0.20 | 267.63 | 0.42 | 0.65 |
| Hex | A2 | 7F | CB | 14 | 25 | 0 | 14 | 10C | 2A | 41 |
| Octal | 242 | 177 | 313 | 24 | 45 | 0 | 24 | 414 | 52 | 101 |
| Binary | 10100010 | 1111111 | 11001011 | 10100 | 100101 | 0 | 10100 | 100001100 | 101010 | 1000001 |
Color Harmonies of #A27FCB
Complementary color
Monochromatic Colors of #A27FCB
Black with #A27FCB
Text Example
Text Example
White with #A27FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FCB; }
p { color: rgb(162,127,203); }
H1.HeaderClassName
{
color: #A27FCB;
}
.AnyTagClassName
{
color: #A27FCB;
}
</style>
background-color css
<style>
a { background-color: #A27FCB; }
a { background-color: rgb(162,127,203); }
div.DivClassName
{
background-color: #A27FCB;
}
.BgClassName
{
background-color: #A27FCB;
}
</style>
border-color css
<style>
span { border-color: #A27FCB; }
span { border-color: rgb(162,127,203); }
td.TdClassName
{
border-color: #A27FCB;
}
.TagClassName
{
border-color: #A27FCB;
}
</style>