Shades of Cold Purple #A07FCB
Tints of Cold Purple #A07FCB
RGB
CMYK
RGB Variations
Color information
#A07FCB (or 0xA07FCB) is known color: Cold Purple. HEX triplet: A0, 7F and CB. RGB value is (160,127,203). Sum of RGB (Red+Green+Blue) = 160+127+203=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 127 (50% from 255 or 25.92% 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 #A07FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FCB is #5F8034. Grayscale: #919191. Windows color (decimal): -6258741 or 13336480. OLE color: 13336480.
HSL color Cylindrical-coordinate representation of color #A07FCB: hue angle of 266.05º 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 #A07FCB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 127 | 203 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.20 |
| HSL | 266.05º | 0.42% | 0.65% | - |
| HSV(B) | 266.05º | 0.37% | 0.8% | - |
| XYZ | 32.87 | 26.96 | 59.97 | - |
| YUV | 145.53 | 160.43 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 203 | 0.21 | 0.37 | 0 | 0.20 | 266.05 | 0.42 | 0.65 |
| Hex | A0 | 7F | CB | 15 | 25 | 0 | 14 | 10A | 2A | 41 |
| Octal | 240 | 177 | 313 | 25 | 45 | 0 | 24 | 412 | 52 | 101 |
| Binary | 10100000 | 1111111 | 11001011 | 10101 | 100101 | 0 | 10100 | 100001010 | 101010 | 1000001 |
Color Harmonies of #A07FCB
Complementary color
Monochromatic Colors of #A07FCB
Black with #A07FCB
Text Example
Text Example
White with #A07FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FCB; }
p { color: rgb(160,127,203); }
H1.HeaderClassName
{
color: #A07FCB;
}
.AnyTagClassName
{
color: #A07FCB;
}
</style>
background-color css
<style>
a { background-color: #A07FCB; }
a { background-color: rgb(160,127,203); }
div.DivClassName
{
background-color: #A07FCB;
}
.BgClassName
{
background-color: #A07FCB;
}
</style>
border-color css
<style>
span { border-color: #A07FCB; }
span { border-color: rgb(160,127,203); }
td.TdClassName
{
border-color: #A07FCB;
}
.TagClassName
{
border-color: #A07FCB;
}
</style>