Shades of Cold Purple #A08FB4
Tints of Cold Purple #A08FB4
RGB
CMYK
RGB Variations
Color information
#A08FB4 (or 0xA08FB4) is known color: Cold Purple. HEX triplet: A0, 8F and B4. RGB value is (160,143,180). Sum of RGB (Red+Green+Blue) = 160+143+180=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #A08FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FB4 is #5F704B. Grayscale: #989898. Windows color (decimal): -6254668 or 11833248. OLE color: 11833248.
HSL color Cylindrical-coordinate representation of color #A08FB4: hue angle of 267.57º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A08FB4 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 143 | 180 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.29 |
| HSL | 267.57º | 0.2% | 0.63% | - |
| HSV(B) | 267.57º | 0.21% | 0.71% | - |
| XYZ | 32.56 | 30.41 | 47.33 | - |
| YUV | 152.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 180 | 0.11 | 0.21 | 0 | 0.29 | 267.57 | 0.2 | 0.63 |
| Hex | A0 | 8F | B4 | B | 15 | 0 | 1D | 10C | 14 | 3F |
| Octal | 240 | 217 | 264 | 13 | 25 | 0 | 35 | 414 | 24 | 77 |
| Binary | 10100000 | 10001111 | 10110100 | 1011 | 10101 | 0 | 11101 | 100001100 | 10100 | 111111 |
Color Harmonies of #A08FB4
Complementary color
Monochromatic Colors of #A08FB4
Black with #A08FB4
Text Example
Text Example
White with #A08FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FB4; }
p { color: rgb(160,143,180); }
H1.HeaderClassName
{
color: #A08FB4;
}
.AnyTagClassName
{
color: #A08FB4;
}
</style>
background-color css
<style>
a { background-color: #A08FB4; }
a { background-color: rgb(160,143,180); }
div.DivClassName
{
background-color: #A08FB4;
}
.BgClassName
{
background-color: #A08FB4;
}
</style>
border-color css
<style>
span { border-color: #A08FB4; }
span { border-color: rgb(160,143,180); }
td.TdClassName
{
border-color: #A08FB4;
}
.TagClassName
{
border-color: #A08FB4;
}
</style>