Shades of Cold Purple #A380C4
Tints of Cold Purple #A380C4
RGB
CMYK
RGB Variations
Color information
#A380C4 (or 0xA380C4) is known color: Cold Purple. HEX triplet: A3, 80 and C4. RGB value is (163,128,196). Sum of RGB (Red+Green+Blue) = 163+128+196=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #A380C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380C4 is #5C7F3B. Grayscale: #919191. Windows color (decimal): -6061884 or 12877987. OLE color: 12877987.
HSL color Cylindrical-coordinate representation of color #A380C4: hue angle of 270.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A380C4 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 128 | 196 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.23 |
| HSL | 270.88º | 0.37% | 0.64% | - |
| HSV(B) | 270.88º | 0.35% | 0.77% | - |
| XYZ | 32.79 | 27.21 | 55.75 | - |
| YUV | 146.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 196 | 0.17 | 0.35 | 0 | 0.23 | 270.88 | 0.37 | 0.64 |
| Hex | A3 | 80 | C4 | 11 | 23 | 0 | 17 | 10F | 25 | 40 |
| Octal | 243 | 200 | 304 | 21 | 43 | 0 | 27 | 417 | 45 | 100 |
| Binary | 10100011 | 10000000 | 11000100 | 10001 | 100011 | 0 | 10111 | 100001111 | 100101 | 1000000 |
Color Harmonies of #A380C4
Complementary color
Monochromatic Colors of #A380C4
Black with #A380C4
Text Example
Text Example
White with #A380C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380C4; }
p { color: rgb(163,128,196); }
H1.HeaderClassName
{
color: #A380C4;
}
.AnyTagClassName
{
color: #A380C4;
}
</style>
background-color css
<style>
a { background-color: #A380C4; }
a { background-color: rgb(163,128,196); }
div.DivClassName
{
background-color: #A380C4;
}
.BgClassName
{
background-color: #A380C4;
}
</style>
border-color css
<style>
span { border-color: #A380C4; }
span { border-color: rgb(163,128,196); }
td.TdClassName
{
border-color: #A380C4;
}
.TagClassName
{
border-color: #A380C4;
}
</style>