Shades of Cold Purple #A184C4
Tints of Cold Purple #A184C4
RGB
CMYK
RGB Variations
Color information
#A184C4 (or 0xA184C4) is known color: Cold Purple. HEX triplet: A1, 84 and C4. RGB value is (161,132,196). Sum of RGB (Red+Green+Blue) = 161+132+196=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 196 - color contains mainly: blue. Hex color #A184C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184C4 is #5E7B3B. Grayscale: #939393. Windows color (decimal): -6191932 or 12879009. OLE color: 12879009.
HSL color Cylindrical-coordinate representation of color #A184C4: hue angle of 267.19º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A184C4 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 132 | 196 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.23 |
| HSL | 267.19º | 0.35% | 0.64% | - |
| HSV(B) | 267.19º | 0.33% | 0.77% | - |
| XYZ | 32.91 | 28.07 | 55.91 | - |
| YUV | 147.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 196 | 0.18 | 0.33 | 0 | 0.23 | 267.19 | 0.35 | 0.64 |
| Hex | A1 | 84 | C4 | 12 | 21 | 0 | 17 | 10B | 23 | 40 |
| Octal | 241 | 204 | 304 | 22 | 41 | 0 | 27 | 413 | 43 | 100 |
| Binary | 10100001 | 10000100 | 11000100 | 10010 | 100001 | 0 | 10111 | 100001011 | 100011 | 1000000 |
Color Harmonies of #A184C4
Complementary color
Monochromatic Colors of #A184C4
Black with #A184C4
Text Example
Text Example
White with #A184C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184C4; }
p { color: rgb(161,132,196); }
H1.HeaderClassName
{
color: #A184C4;
}
.AnyTagClassName
{
color: #A184C4;
}
</style>
background-color css
<style>
a { background-color: #A184C4; }
a { background-color: rgb(161,132,196); }
div.DivClassName
{
background-color: #A184C4;
}
.BgClassName
{
background-color: #A184C4;
}
</style>
border-color css
<style>
span { border-color: #A184C4; }
span { border-color: rgb(161,132,196); }
td.TdClassName
{
border-color: #A184C4;
}
.TagClassName
{
border-color: #A184C4;
}
</style>