Shades of Cold Purple #A380C6
Tints of Cold Purple #A380C6
RGB
CMYK
RGB Variations
Color information
#A380C6 (or 0xA380C6) is known color: Cold Purple. HEX triplet: A3, 80 and C6. RGB value is (163,128,198). Sum of RGB (Red+Green+Blue) = 163+128+198=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #A380C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380C6 is #5C7F39. Grayscale: #929292. Windows color (decimal): -6061882 or 13009059. OLE color: 13009059.
HSL color Cylindrical-coordinate representation of color #A380C6: hue angle of 270º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A380C6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 128 | 198 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.22 |
| HSL | 270º | 0.38% | 0.64% | - |
| HSV(B) | 270º | 0.35% | 0.78% | - |
| XYZ | 33.02 | 27.3 | 56.96 | - |
| YUV | 146.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 198 | 0.18 | 0.35 | 0 | 0.22 | 270 | 0.38 | 0.64 |
| Hex | A3 | 80 | C6 | 12 | 23 | 0 | 16 | 10E | 26 | 40 |
| Octal | 243 | 200 | 306 | 22 | 43 | 0 | 26 | 416 | 46 | 100 |
| Binary | 10100011 | 10000000 | 11000110 | 10010 | 100011 | 0 | 10110 | 100001110 | 100110 | 1000000 |
Color Harmonies of #A380C6
Complementary color
Monochromatic Colors of #A380C6
Black with #A380C6
Text Example
Text Example
White with #A380C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380C6; }
p { color: rgb(163,128,198); }
H1.HeaderClassName
{
color: #A380C6;
}
.AnyTagClassName
{
color: #A380C6;
}
</style>
background-color css
<style>
a { background-color: #A380C6; }
a { background-color: rgb(163,128,198); }
div.DivClassName
{
background-color: #A380C6;
}
.BgClassName
{
background-color: #A380C6;
}
</style>
border-color css
<style>
span { border-color: #A380C6; }
span { border-color: rgb(163,128,198); }
td.TdClassName
{
border-color: #A380C6;
}
.TagClassName
{
border-color: #A380C6;
}
</style>