Shades of Cold Purple #A28DBB
Tints of Cold Purple #A28DBB
RGB
CMYK
RGB Variations
Color information
#A28DBB (or 0xA28DBB) is known color: Cold Purple. HEX triplet: A2, 8D and BB. RGB value is (162,141,187). Sum of RGB (Red+Green+Blue) = 162+141+187=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #A28DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DBB is #5D7244. Grayscale: #989898. Windows color (decimal): -6124101 or 12291490. OLE color: 12291490.
HSL color Cylindrical-coordinate representation of color #A28DBB: hue angle of 267.39º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A28DBB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 162 | 141 | 187 | - |
CMYK | 0.13 | 0.25 | 0 | 0.27 |
HSL | 267.39º | 0.25% | 0.64% | - |
HSV(B) | 267.39º | 0.25% | 0.73% | - |
XYZ | 33.39 | 30.32 | 51.11 | - |
YUV | 152.52 | 147.46 | 134.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 141 | 187 | 0.13 | 0.25 | 0 | 0.27 | 267.39 | 0.25 | 0.64 |
Hex | A2 | 8D | BB | D | 19 | 0 | 1B | 10B | 19 | 40 |
Octal | 242 | 215 | 273 | 15 | 31 | 0 | 33 | 413 | 31 | 100 |
Binary | 10100010 | 10001101 | 10111011 | 1101 | 11001 | 0 | 11011 | 100001011 | 11001 | 1000000 |
Color Harmonies of #A28DBB
Complementary color
Monochromatic Colors of #A28DBB
Black with #A28DBB
Text Example
Text Example
White with #A28DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DBB; }
p { color: rgb(162,141,187); }
H1.HeaderClassName
{
color: #A28DBB;
}
.AnyTagClassName
{
color: #A28DBB;
}
</style>
background-color css
<style>
a { background-color: #A28DBB; }
a { background-color: rgb(162,141,187); }
div.DivClassName
{
background-color: #A28DBB;
}
.BgClassName
{
background-color: #A28DBB;
}
</style>
border-color css
<style>
span { border-color: #A28DBB; }
span { border-color: rgb(162,141,187); }
td.TdClassName
{
border-color: #A28DBB;
}
.TagClassName
{
border-color: #A28DBB;
}
</style>