Shades of Cold Purple #A091CA
Tints of Cold Purple #A091CA
RGB
CMYK
RGB Variations
Color information
#A091CA (or 0xA091CA) is known color: Cold Purple. HEX triplet: A0, 91 and CA. RGB value is (160,145,202). Sum of RGB (Red+Green+Blue) = 160+145+202=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #A091CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091CA is #5F6E35. Grayscale: #9B9B9B. Windows color (decimal): -6254134 or 13275552. OLE color: 13275552.
HSL color Cylindrical-coordinate representation of color #A091CA: hue angle of 255.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A091CA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 145 | 202 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.21 |
| HSL | 255.79º | 0.35% | 0.68% | - |
| HSV(B) | 255.79º | 0.28% | 0.79% | - |
| XYZ | 35.28 | 31.99 | 60.19 | - |
| YUV | 155.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 202 | 0.21 | 0.28 | 0 | 0.21 | 255.79 | 0.35 | 0.68 |
| Hex | A0 | 91 | CA | 15 | 1C | 0 | 15 | 100 | 23 | 44 |
| Octal | 240 | 221 | 312 | 25 | 34 | 0 | 25 | 400 | 43 | 104 |
| Binary | 10100000 | 10010001 | 11001010 | 10101 | 11100 | 0 | 10101 | 100000000 | 100011 | 1000100 |
Color Harmonies of #A091CA
Complementary color
Monochromatic Colors of #A091CA
Black with #A091CA
Text Example
Text Example
White with #A091CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091CA; }
p { color: rgb(160,145,202); }
H1.HeaderClassName
{
color: #A091CA;
}
.AnyTagClassName
{
color: #A091CA;
}
</style>
background-color css
<style>
a { background-color: #A091CA; }
a { background-color: rgb(160,145,202); }
div.DivClassName
{
background-color: #A091CA;
}
.BgClassName
{
background-color: #A091CA;
}
</style>
border-color css
<style>
span { border-color: #A091CA; }
span { border-color: rgb(160,145,202); }
td.TdClassName
{
border-color: #A091CA;
}
.TagClassName
{
border-color: #A091CA;
}
</style>