Shades of Cold Purple #A28CBD
Tints of Cold Purple #A28CBD
RGB
CMYK
RGB Variations
Color information
#A28CBD (or 0xA28CBD) is known color: Cold Purple. HEX triplet: A2, 8C and BD. RGB value is (162,140,189). Sum of RGB (Red+Green+Blue) = 162+140+189=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #A28CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CBD is #5D7342. Grayscale: #979797. Windows color (decimal): -6124355 or 12422306. OLE color: 12422306.
HSL color Cylindrical-coordinate representation of color #A28CBD: hue angle of 266.94º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A28CBD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 140 | 189 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.26 |
| HSL | 266.94º | 0.27% | 0.65% | - |
| HSV(B) | 266.94º | 0.26% | 0.74% | - |
| XYZ | 33.46 | 30.11 | 52.19 | - |
| YUV | 152.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 189 | 0.14 | 0.26 | 0 | 0.26 | 266.94 | 0.27 | 0.65 |
| Hex | A2 | 8C | BD | E | 1A | 0 | 1A | 10B | 1B | 41 |
| Octal | 242 | 214 | 275 | 16 | 32 | 0 | 32 | 413 | 33 | 101 |
| Binary | 10100010 | 10001100 | 10111101 | 1110 | 11010 | 0 | 11010 | 100001011 | 11011 | 1000001 |
Color Harmonies of #A28CBD
Complementary color
Monochromatic Colors of #A28CBD
Black with #A28CBD
Text Example
Text Example
White with #A28CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CBD; }
p { color: rgb(162,140,189); }
H1.HeaderClassName
{
color: #A28CBD;
}
.AnyTagClassName
{
color: #A28CBD;
}
</style>
background-color css
<style>
a { background-color: #A28CBD; }
a { background-color: rgb(162,140,189); }
div.DivClassName
{
background-color: #A28CBD;
}
.BgClassName
{
background-color: #A28CBD;
}
</style>
border-color css
<style>
span { border-color: #A28CBD; }
span { border-color: rgb(162,140,189); }
td.TdClassName
{
border-color: #A28CBD;
}
.TagClassName
{
border-color: #A28CBD;
}
</style>