Shades of Cold Purple #A380CE
Tints of Cold Purple #A380CE
RGB
CMYK
RGB Variations
Color information
#A380CE (or 0xA380CE) is known color: Cold Purple. HEX triplet: A3, 80 and CE. RGB value is (163,128,206). Sum of RGB (Red+Green+Blue) = 163+128+206=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #A380CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380CE is #5C7F31. Grayscale: #939393. Windows color (decimal): -6061874 or 13533347. OLE color: 13533347.
HSL color Cylindrical-coordinate representation of color #A380CE: hue angle of 266.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A380CE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 128 | 206 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.19 |
| HSL | 266.92º | 0.44% | 0.65% | - |
| HSV(B) | 266.92º | 0.38% | 0.81% | - |
| XYZ | 33.96 | 27.68 | 61.95 | - |
| YUV | 147.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 206 | 0.21 | 0.38 | 0 | 0.19 | 266.92 | 0.44 | 0.65 |
| Hex | A3 | 80 | CE | 15 | 26 | 0 | 13 | 10B | 2C | 41 |
| Octal | 243 | 200 | 316 | 25 | 46 | 0 | 23 | 413 | 54 | 101 |
| Binary | 10100011 | 10000000 | 11001110 | 10101 | 100110 | 0 | 10011 | 100001011 | 101100 | 1000001 |
Color Harmonies of #A380CE
Complementary color
Monochromatic Colors of #A380CE
Black with #A380CE
Text Example
Text Example
White with #A380CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380CE; }
p { color: rgb(163,128,206); }
H1.HeaderClassName
{
color: #A380CE;
}
.AnyTagClassName
{
color: #A380CE;
}
</style>
background-color css
<style>
a { background-color: #A380CE; }
a { background-color: rgb(163,128,206); }
div.DivClassName
{
background-color: #A380CE;
}
.BgClassName
{
background-color: #A380CE;
}
</style>
border-color css
<style>
span { border-color: #A380CE; }
span { border-color: rgb(163,128,206); }
td.TdClassName
{
border-color: #A380CE;
}
.TagClassName
{
border-color: #A380CE;
}
</style>