Shades of Cold Purple #A091CC
Tints of Cold Purple #A091CC
RGB
CMYK
RGB Variations
Color information
#A091CC (or 0xA091CC) is known color: Cold Purple. HEX triplet: A0, 91 and CC. RGB value is (160,145,204). Sum of RGB (Red+Green+Blue) = 160+145+204=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A091CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091CC is #5F6E33. Grayscale: #9B9B9B. Windows color (decimal): -6254132 or 13406624. OLE color: 13406624.
HSL color Cylindrical-coordinate representation of color #A091CC: hue angle of 255.25º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A091CC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 145 | 204 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.2 |
| HSL | 255.25º | 0.37% | 0.68% | - |
| HSV(B) | 255.25º | 0.29% | 0.8% | - |
| XYZ | 35.52 | 32.08 | 61.45 | - |
| YUV | 156.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 204 | 0.22 | 0.29 | 0 | 0.2 | 255.25 | 0.37 | 0.68 |
| Hex | A0 | 91 | CC | 16 | 1D | 0 | 14 | FF | 25 | 44 |
| Octal | 240 | 221 | 314 | 26 | 35 | 0 | 24 | 377 | 45 | 104 |
| Binary | 10100000 | 10010001 | 11001100 | 10110 | 11101 | 0 | 10100 | 11111111 | 100101 | 1000100 |
Color Harmonies of #A091CC
Complementary color
Monochromatic Colors of #A091CC
Black with #A091CC
Text Example
Text Example
White with #A091CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091CC; }
p { color: rgb(160,145,204); }
H1.HeaderClassName
{
color: #A091CC;
}
.AnyTagClassName
{
color: #A091CC;
}
</style>
background-color css
<style>
a { background-color: #A091CC; }
a { background-color: rgb(160,145,204); }
div.DivClassName
{
background-color: #A091CC;
}
.BgClassName
{
background-color: #A091CC;
}
</style>
border-color css
<style>
span { border-color: #A091CC; }
span { border-color: rgb(160,145,204); }
td.TdClassName
{
border-color: #A091CC;
}
.TagClassName
{
border-color: #A091CC;
}
</style>