Shades of Cold Purple #A388CE
Tints of Cold Purple #A388CE
RGB
CMYK
RGB Variations
Color information
#A388CE (or 0xA388CE) is known color: Cold Purple. HEX triplet: A3, 88 and CE. RGB value is (163,136,206). Sum of RGB (Red+Green+Blue) = 163+136+206=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #A388CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388CE is #5C7731. Grayscale: #979797. Windows color (decimal): -6059826 or 13535395. OLE color: 13535395.
HSL color Cylindrical-coordinate representation of color #A388CE: hue angle of 263.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A388CE is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 136 | 206 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.19 |
| HSL | 263.14º | 0.42% | 0.67% | - |
| HSV(B) | 263.14º | 0.34% | 0.81% | - |
| XYZ | 35.05 | 29.85 | 62.31 | - |
| YUV | 152.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 206 | 0.21 | 0.34 | 0 | 0.19 | 263.14 | 0.42 | 0.67 |
| Hex | A3 | 88 | CE | 15 | 22 | 0 | 13 | 107 | 2A | 43 |
| Octal | 243 | 210 | 316 | 25 | 42 | 0 | 23 | 407 | 52 | 103 |
| Binary | 10100011 | 10001000 | 11001110 | 10101 | 100010 | 0 | 10011 | 100000111 | 101010 | 1000011 |
Color Harmonies of #A388CE
Complementary color
Monochromatic Colors of #A388CE
Black with #A388CE
Text Example
Text Example
White with #A388CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388CE; }
p { color: rgb(163,136,206); }
H1.HeaderClassName
{
color: #A388CE;
}
.AnyTagClassName
{
color: #A388CE;
}
</style>
background-color css
<style>
a { background-color: #A388CE; }
a { background-color: rgb(163,136,206); }
div.DivClassName
{
background-color: #A388CE;
}
.BgClassName
{
background-color: #A388CE;
}
</style>
border-color css
<style>
span { border-color: #A388CE; }
span { border-color: rgb(163,136,206); }
td.TdClassName
{
border-color: #A388CE;
}
.TagClassName
{
border-color: #A388CE;
}
</style>