Shades of Cold Purple #A484C4
Tints of Cold Purple #A484C4
RGB
CMYK
RGB Variations
Color information
#A484C4 (or 0xA484C4) is known color: Cold Purple. HEX triplet: A4, 84 and C4. RGB value is (164,132,196). Sum of RGB (Red+Green+Blue) = 164+132+196=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #A484C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484C4 is #5B7B3B. Grayscale: #949494. Windows color (decimal): -5995324 or 12879012. OLE color: 12879012.
HSL color Cylindrical-coordinate representation of color #A484C4: hue angle of 270º 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 #A484C4 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 132 | 196 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.23 |
| HSL | 270º | 0.35% | 0.64% | - |
| HSV(B) | 270º | 0.33% | 0.77% | - |
| XYZ | 33.52 | 28.38 | 55.94 | - |
| YUV | 148.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 196 | 0.16 | 0.33 | 0 | 0.23 | 270 | 0.35 | 0.64 |
| Hex | A4 | 84 | C4 | 10 | 21 | 0 | 17 | 10E | 23 | 40 |
| Octal | 244 | 204 | 304 | 20 | 41 | 0 | 27 | 416 | 43 | 100 |
| Binary | 10100100 | 10000100 | 11000100 | 10000 | 100001 | 0 | 10111 | 100001110 | 100011 | 1000000 |
Color Harmonies of #A484C4
Complementary color
Monochromatic Colors of #A484C4
Black with #A484C4
Text Example
Text Example
White with #A484C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484C4; }
p { color: rgb(164,132,196); }
H1.HeaderClassName
{
color: #A484C4;
}
.AnyTagClassName
{
color: #A484C4;
}
</style>
background-color css
<style>
a { background-color: #A484C4; }
a { background-color: rgb(164,132,196); }
div.DivClassName
{
background-color: #A484C4;
}
.BgClassName
{
background-color: #A484C4;
}
</style>
border-color css
<style>
span { border-color: #A484C4; }
span { border-color: rgb(164,132,196); }
td.TdClassName
{
border-color: #A484C4;
}
.TagClassName
{
border-color: #A484C4;
}
</style>