Shades of Cold Purple #A08BBC
Tints of Cold Purple #A08BBC
RGB
CMYK
RGB Variations
Color information
#A08BBC (or 0xA08BBC) is known color: Cold Purple. HEX triplet: A0, 8B and BC. RGB value is (160,139,188). Sum of RGB (Red+Green+Blue) = 160+139+188=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A08BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BBC is #5F7443. Grayscale: #969696. Windows color (decimal): -6255684 or 12356512. OLE color: 12356512.
HSL color Cylindrical-coordinate representation of color #A08BBC: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08BBC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 160 | 139 | 188 | - |
CMYK | 0.15 | 0.26 | 0 | 0.26 |
HSL | 265.71º | 0.27% | 0.64% | - |
HSV(B) | 265.71º | 0.26% | 0.74% | - |
XYZ | 32.81 | 29.57 | 51.56 | - |
YUV | 150.87 | 148.96 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 139 | 188 | 0.15 | 0.26 | 0 | 0.26 | 265.71 | 0.27 | 0.64 |
Hex | A0 | 8B | BC | F | 1A | 0 | 1A | 10A | 1B | 40 |
Octal | 240 | 213 | 274 | 17 | 32 | 0 | 32 | 412 | 33 | 100 |
Binary | 10100000 | 10001011 | 10111100 | 1111 | 11010 | 0 | 11010 | 100001010 | 11011 | 1000000 |
Color Harmonies of #A08BBC
Complementary color
Monochromatic Colors of #A08BBC
Black with #A08BBC
Text Example
Text Example
White with #A08BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BBC; }
p { color: rgb(160,139,188); }
H1.HeaderClassName
{
color: #A08BBC;
}
.AnyTagClassName
{
color: #A08BBC;
}
</style>
background-color css
<style>
a { background-color: #A08BBC; }
a { background-color: rgb(160,139,188); }
div.DivClassName
{
background-color: #A08BBC;
}
.BgClassName
{
background-color: #A08BBC;
}
</style>
border-color css
<style>
span { border-color: #A08BBC; }
span { border-color: rgb(160,139,188); }
td.TdClassName
{
border-color: #A08BBC;
}
.TagClassName
{
border-color: #A08BBC;
}
</style>