Shades of Cold Purple #A388CA
Tints of Cold Purple #A388CA
RGB
CMYK
RGB Variations
Color information
#A388CA (or 0xA388CA) is known color: Cold Purple. HEX triplet: A3, 88 and CA. RGB value is (163,136,202). Sum of RGB (Red+Green+Blue) = 163+136+202=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A388CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388CA is #5C7735. Grayscale: #979797. Windows color (decimal): -6059830 or 13273251. OLE color: 13273251.
HSL color Cylindrical-coordinate representation of color #A388CA: hue angle of 264.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A388CA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 136 | 202 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.21 |
| HSL | 264.55º | 0.38% | 0.66% | - |
| HSV(B) | 264.55º | 0.33% | 0.79% | - |
| XYZ | 34.57 | 29.66 | 59.78 | - |
| YUV | 151.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 202 | 0.19 | 0.33 | 0 | 0.21 | 264.55 | 0.38 | 0.66 |
| Hex | A3 | 88 | CA | 13 | 21 | 0 | 15 | 109 | 26 | 42 |
| Octal | 243 | 210 | 312 | 23 | 41 | 0 | 25 | 411 | 46 | 102 |
| Binary | 10100011 | 10001000 | 11001010 | 10011 | 100001 | 0 | 10101 | 100001001 | 100110 | 1000010 |
Color Harmonies of #A388CA
Complementary color
Monochromatic Colors of #A388CA
Black with #A388CA
Text Example
Text Example
White with #A388CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388CA; }
p { color: rgb(163,136,202); }
H1.HeaderClassName
{
color: #A388CA;
}
.AnyTagClassName
{
color: #A388CA;
}
</style>
background-color css
<style>
a { background-color: #A388CA; }
a { background-color: rgb(163,136,202); }
div.DivClassName
{
background-color: #A388CA;
}
.BgClassName
{
background-color: #A388CA;
}
</style>
border-color css
<style>
span { border-color: #A388CA; }
span { border-color: rgb(163,136,202); }
td.TdClassName
{
border-color: #A388CA;
}
.TagClassName
{
border-color: #A388CA;
}
</style>