Shades of Cold Purple #A28CBE
Tints of Cold Purple #A28CBE
RGB
CMYK
RGB Variations
Color information
#A28CBE (or 0xA28CBE) is known color: Cold Purple. HEX triplet: A2, 8C and BE. RGB value is (162,140,190). Sum of RGB (Red+Green+Blue) = 162+140+190=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #A28CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CBE is #5D7341. Grayscale: #989898. Windows color (decimal): -6124354 or 12487842. OLE color: 12487842.
HSL color Cylindrical-coordinate representation of color #A28CBE: hue angle of 266.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A28CBE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 140 | 190 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.25 |
| HSL | 266.4º | 0.28% | 0.65% | - |
| HSV(B) | 266.4º | 0.26% | 0.75% | - |
| XYZ | 33.57 | 30.16 | 52.77 | - |
| YUV | 152.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 190 | 0.15 | 0.26 | 0 | 0.25 | 266.4 | 0.28 | 0.65 |
| Hex | A2 | 8C | BE | F | 1A | 0 | 19 | 10A | 1C | 41 |
| Octal | 242 | 214 | 276 | 17 | 32 | 0 | 31 | 412 | 34 | 101 |
| Binary | 10100010 | 10001100 | 10111110 | 1111 | 11010 | 0 | 11001 | 100001010 | 11100 | 1000001 |
Color Harmonies of #A28CBE
Complementary color
Monochromatic Colors of #A28CBE
Black with #A28CBE
Text Example
Text Example
White with #A28CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CBE; }
p { color: rgb(162,140,190); }
H1.HeaderClassName
{
color: #A28CBE;
}
.AnyTagClassName
{
color: #A28CBE;
}
</style>
background-color css
<style>
a { background-color: #A28CBE; }
a { background-color: rgb(162,140,190); }
div.DivClassName
{
background-color: #A28CBE;
}
.BgClassName
{
background-color: #A28CBE;
}
</style>
border-color css
<style>
span { border-color: #A28CBE; }
span { border-color: rgb(162,140,190); }
td.TdClassName
{
border-color: #A28CBE;
}
.TagClassName
{
border-color: #A28CBE;
}
</style>