Shades of Cold Purple #A28BCC
Tints of Cold Purple #A28BCC
RGB
CMYK
RGB Variations
Color information
#A28BCC (or 0xA28BCC) is known color: Cold Purple. HEX triplet: A2, 8B and CC. RGB value is (162,139,204). Sum of RGB (Red+Green+Blue) = 162+139+204=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #A28BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BCC is #5D7433. Grayscale: #999999. Windows color (decimal): -6124596 or 13405090. OLE color: 13405090.
HSL color Cylindrical-coordinate representation of color #A28BCC: hue angle of 261.23º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28BCC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 139 | 204 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.2 |
| HSL | 261.23º | 0.39% | 0.67% | - |
| HSV(B) | 261.23º | 0.32% | 0.8% | - |
| XYZ | 35.03 | 30.51 | 61.17 | - |
| YUV | 153.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 204 | 0.21 | 0.32 | 0 | 0.2 | 261.23 | 0.39 | 0.67 |
| Hex | A2 | 8B | CC | 15 | 20 | 0 | 14 | 105 | 27 | 43 |
| Octal | 242 | 213 | 314 | 25 | 40 | 0 | 24 | 405 | 47 | 103 |
| Binary | 10100010 | 10001011 | 11001100 | 10101 | 100000 | 0 | 10100 | 100000101 | 100111 | 1000011 |
Color Harmonies of #A28BCC
Complementary color
Monochromatic Colors of #A28BCC
Black with #A28BCC
Text Example
Text Example
White with #A28BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BCC; }
p { color: rgb(162,139,204); }
H1.HeaderClassName
{
color: #A28BCC;
}
.AnyTagClassName
{
color: #A28BCC;
}
</style>
background-color css
<style>
a { background-color: #A28BCC; }
a { background-color: rgb(162,139,204); }
div.DivClassName
{
background-color: #A28BCC;
}
.BgClassName
{
background-color: #A28BCC;
}
</style>
border-color css
<style>
span { border-color: #A28BCC; }
span { border-color: rgb(162,139,204); }
td.TdClassName
{
border-color: #A28BCC;
}
.TagClassName
{
border-color: #A28BCC;
}
</style>