Shades of Cold Purple #A484CB
Tints of Cold Purple #A484CB
RGB
CMYK
RGB Variations
Color information
#A484CB (or 0xA484CB) is known color: Cold Purple. HEX triplet: A4, 84 and CB. RGB value is (164,132,203). Sum of RGB (Red+Green+Blue) = 164+132+203=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #A484CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484CB is #5B7B34. Grayscale: #959595. Windows color (decimal): -5995317 or 13337764. OLE color: 13337764.
HSL color Cylindrical-coordinate representation of color #A484CB: hue angle of 267.04º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A484CB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 132 | 203 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.20 |
| HSL | 267.04º | 0.41% | 0.66% | - |
| HSV(B) | 267.04º | 0.35% | 0.8% | - |
| XYZ | 34.34 | 28.71 | 60.23 | - |
| YUV | 149.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 203 | 0.19 | 0.35 | 0 | 0.20 | 267.04 | 0.41 | 0.66 |
| Hex | A4 | 84 | CB | 13 | 23 | 0 | 14 | 10B | 29 | 42 |
| Octal | 244 | 204 | 313 | 23 | 43 | 0 | 24 | 413 | 51 | 102 |
| Binary | 10100100 | 10000100 | 11001011 | 10011 | 100011 | 0 | 10100 | 100001011 | 101001 | 1000010 |
Color Harmonies of #A484CB
Complementary color
Monochromatic Colors of #A484CB
Black with #A484CB
Text Example
Text Example
White with #A484CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484CB; }
p { color: rgb(164,132,203); }
H1.HeaderClassName
{
color: #A484CB;
}
.AnyTagClassName
{
color: #A484CB;
}
</style>
background-color css
<style>
a { background-color: #A484CB; }
a { background-color: rgb(164,132,203); }
div.DivClassName
{
background-color: #A484CB;
}
.BgClassName
{
background-color: #A484CB;
}
</style>
border-color css
<style>
span { border-color: #A484CB; }
span { border-color: rgb(164,132,203); }
td.TdClassName
{
border-color: #A484CB;
}
.TagClassName
{
border-color: #A484CB;
}
</style>