Shades of Cold Purple #A284CB
Tints of Cold Purple #A284CB
RGB
CMYK
RGB Variations
Color information
#A284CB (or 0xA284CB) is known color: Cold Purple. HEX triplet: A2, 84 and CB. RGB value is (162,132,203). Sum of RGB (Red+Green+Blue) = 162+132+203=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #A284CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284CB is #5D7B34. Grayscale: #949494. Windows color (decimal): -6126389 or 13337762. OLE color: 13337762.
HSL color Cylindrical-coordinate representation of color #A284CB: hue angle of 265.35º 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 #A284CB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 132 | 203 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.20 |
| HSL | 265.35º | 0.41% | 0.66% | - |
| HSV(B) | 265.35º | 0.35% | 0.8% | - |
| XYZ | 33.93 | 28.5 | 60.21 | - |
| YUV | 149.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 203 | 0.20 | 0.35 | 0 | 0.20 | 265.35 | 0.41 | 0.66 |
| Hex | A2 | 84 | CB | 14 | 23 | 0 | 14 | 109 | 29 | 42 |
| Octal | 242 | 204 | 313 | 24 | 43 | 0 | 24 | 411 | 51 | 102 |
| Binary | 10100010 | 10000100 | 11001011 | 10100 | 100011 | 0 | 10100 | 100001001 | 101001 | 1000010 |
Color Harmonies of #A284CB
Complementary color
Monochromatic Colors of #A284CB
Black with #A284CB
Text Example
Text Example
White with #A284CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284CB; }
p { color: rgb(162,132,203); }
H1.HeaderClassName
{
color: #A284CB;
}
.AnyTagClassName
{
color: #A284CB;
}
</style>
background-color css
<style>
a { background-color: #A284CB; }
a { background-color: rgb(162,132,203); }
div.DivClassName
{
background-color: #A284CB;
}
.BgClassName
{
background-color: #A284CB;
}
</style>
border-color css
<style>
span { border-color: #A284CB; }
span { border-color: rgb(162,132,203); }
td.TdClassName
{
border-color: #A284CB;
}
.TagClassName
{
border-color: #A284CB;
}
</style>