Shades of Cold Purple #A08FB3
Tints of Cold Purple #A08FB3
RGB
CMYK
RGB Variations
Color information
#A08FB3 (or 0xA08FB3) is known color: Cold Purple. HEX triplet: A0, 8F and B3. RGB value is (160,143,179). Sum of RGB (Red+Green+Blue) = 160+143+179=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #A08FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FB3 is #5F704C. Grayscale: #989898. Windows color (decimal): -6254669 or 11767712. OLE color: 11767712.
HSL color Cylindrical-coordinate representation of color #A08FB3: hue angle of 268.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08FB3 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 143 | 179 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.30 |
| HSL | 268.33º | 0.19% | 0.63% | - |
| HSV(B) | 268.33º | 0.2% | 0.7% | - |
| XYZ | 32.46 | 30.37 | 46.8 | - |
| YUV | 152.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 179 | 0.11 | 0.20 | 0 | 0.30 | 268.33 | 0.19 | 0.63 |
| Hex | A0 | 8F | B3 | B | 14 | 0 | 1E | 10C | 13 | 3F |
| Octal | 240 | 217 | 263 | 13 | 24 | 0 | 36 | 414 | 23 | 77 |
| Binary | 10100000 | 10001111 | 10110011 | 1011 | 10100 | 0 | 11110 | 100001100 | 10011 | 111111 |
Color Harmonies of #A08FB3
Complementary color
Monochromatic Colors of #A08FB3
Black with #A08FB3
Text Example
Text Example
White with #A08FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FB3; }
p { color: rgb(160,143,179); }
H1.HeaderClassName
{
color: #A08FB3;
}
.AnyTagClassName
{
color: #A08FB3;
}
</style>
background-color css
<style>
a { background-color: #A08FB3; }
a { background-color: rgb(160,143,179); }
div.DivClassName
{
background-color: #A08FB3;
}
.BgClassName
{
background-color: #A08FB3;
}
</style>
border-color css
<style>
span { border-color: #A08FB3; }
span { border-color: rgb(160,143,179); }
td.TdClassName
{
border-color: #A08FB3;
}
.TagClassName
{
border-color: #A08FB3;
}
</style>