Shades of Cold Purple #A08BC4
Tints of Cold Purple #A08BC4
RGB
CMYK
RGB Variations
Color information
#A08BC4 (or 0xA08BC4) is known color: Cold Purple. HEX triplet: A0, 8B and C4. RGB value is (160,139,196). Sum of RGB (Red+Green+Blue) = 160+139+196=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #A08BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BC4 is #5F743B. Grayscale: #979797. Windows color (decimal): -6255676 or 12880800. OLE color: 12880800.
HSL color Cylindrical-coordinate representation of color #A08BC4: hue angle of 262.11º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08BC4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 139 | 196 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.23 |
| HSL | 262.11º | 0.33% | 0.66% | - |
| HSV(B) | 262.11º | 0.29% | 0.77% | - |
| XYZ | 33.69 | 29.92 | 56.22 | - |
| YUV | 151.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 196 | 0.18 | 0.29 | 0 | 0.23 | 262.11 | 0.33 | 0.66 |
| Hex | A0 | 8B | C4 | 12 | 1D | 0 | 17 | 106 | 21 | 42 |
| Octal | 240 | 213 | 304 | 22 | 35 | 0 | 27 | 406 | 41 | 102 |
| Binary | 10100000 | 10001011 | 11000100 | 10010 | 11101 | 0 | 10111 | 100000110 | 100001 | 1000010 |
Color Harmonies of #A08BC4
Complementary color
Monochromatic Colors of #A08BC4
Black with #A08BC4
Text Example
Text Example
White with #A08BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BC4; }
p { color: rgb(160,139,196); }
H1.HeaderClassName
{
color: #A08BC4;
}
.AnyTagClassName
{
color: #A08BC4;
}
</style>
background-color css
<style>
a { background-color: #A08BC4; }
a { background-color: rgb(160,139,196); }
div.DivClassName
{
background-color: #A08BC4;
}
.BgClassName
{
background-color: #A08BC4;
}
</style>
border-color css
<style>
span { border-color: #A08BC4; }
span { border-color: rgb(160,139,196); }
td.TdClassName
{
border-color: #A08BC4;
}
.TagClassName
{
border-color: #A08BC4;
}
</style>