Shades of Cold Purple #A388CC
Tints of Cold Purple #A388CC
RGB
CMYK
RGB Variations
Color information
#A388CC (or 0xA388CC) is known color: Cold Purple. HEX triplet: A3, 88 and CC. RGB value is (163,136,204). Sum of RGB (Red+Green+Blue) = 163+136+204=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A388CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388CC is #5C7733. Grayscale: #979797. Windows color (decimal): -6059828 or 13404323. OLE color: 13404323.
HSL color Cylindrical-coordinate representation of color #A388CC: hue angle of 263.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A388CC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 136 | 204 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.2 |
| HSL | 263.82º | 0.4% | 0.67% | - |
| HSV(B) | 263.82º | 0.33% | 0.8% | - |
| XYZ | 34.81 | 29.75 | 61.04 | - |
| YUV | 151.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 204 | 0.20 | 0.33 | 0 | 0.2 | 263.82 | 0.4 | 0.67 |
| Hex | A3 | 88 | CC | 14 | 21 | 0 | 14 | 108 | 28 | 43 |
| Octal | 243 | 210 | 314 | 24 | 41 | 0 | 24 | 410 | 50 | 103 |
| Binary | 10100011 | 10001000 | 11001100 | 10100 | 100001 | 0 | 10100 | 100001000 | 101000 | 1000011 |
Color Harmonies of #A388CC
Complementary color
Monochromatic Colors of #A388CC
Black with #A388CC
Text Example
Text Example
White with #A388CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388CC; }
p { color: rgb(163,136,204); }
H1.HeaderClassName
{
color: #A388CC;
}
.AnyTagClassName
{
color: #A388CC;
}
</style>
background-color css
<style>
a { background-color: #A388CC; }
a { background-color: rgb(163,136,204); }
div.DivClassName
{
background-color: #A388CC;
}
.BgClassName
{
background-color: #A388CC;
}
</style>
border-color css
<style>
span { border-color: #A388CC; }
span { border-color: rgb(163,136,204); }
td.TdClassName
{
border-color: #A388CC;
}
.TagClassName
{
border-color: #A388CC;
}
</style>