Shades of Cold Purple #A07ECB
Tints of Cold Purple #A07ECB
RGB
CMYK
RGB Variations
Color information
#A07ECB (or 0xA07ECB) is known color: Cold Purple. HEX triplet: A0, 7E and CB. RGB value is (160,126,203). Sum of RGB (Red+Green+Blue) = 160+126+203=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #A07ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ECB is #5F8134. Grayscale: #909090. Windows color (decimal): -6258997 or 13336224. OLE color: 13336224.
HSL color Cylindrical-coordinate representation of color #A07ECB: hue angle of 266.49º 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 #A07ECB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 126 | 203 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.20 |
| HSL | 266.49º | 0.43% | 0.65% | - |
| HSV(B) | 266.49º | 0.38% | 0.8% | - |
| XYZ | 32.74 | 26.71 | 59.93 | - |
| YUV | 144.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 203 | 0.21 | 0.38 | 0 | 0.20 | 266.49 | 0.43 | 0.65 |
| Hex | A0 | 7E | CB | 15 | 26 | 0 | 14 | 10A | 2B | 41 |
| Octal | 240 | 176 | 313 | 25 | 46 | 0 | 24 | 412 | 53 | 101 |
| Binary | 10100000 | 1111110 | 11001011 | 10101 | 100110 | 0 | 10100 | 100001010 | 101011 | 1000001 |
Color Harmonies of #A07ECB
Complementary color
Monochromatic Colors of #A07ECB
Black with #A07ECB
Text Example
Text Example
White with #A07ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07ECB; }
p { color: rgb(160,126,203); }
H1.HeaderClassName
{
color: #A07ECB;
}
.AnyTagClassName
{
color: #A07ECB;
}
</style>
background-color css
<style>
a { background-color: #A07ECB; }
a { background-color: rgb(160,126,203); }
div.DivClassName
{
background-color: #A07ECB;
}
.BgClassName
{
background-color: #A07ECB;
}
</style>
border-color css
<style>
span { border-color: #A07ECB; }
span { border-color: rgb(160,126,203); }
td.TdClassName
{
border-color: #A07ECB;
}
.TagClassName
{
border-color: #A07ECB;
}
</style>