Shades of Cold Purple #A091CD
Tints of Cold Purple #A091CD
RGB
CMYK
RGB Variations
Color information
#A091CD (or 0xA091CD) is known color: Cold Purple. HEX triplet: A0, 91 and CD. RGB value is (160,145,205). Sum of RGB (Red+Green+Blue) = 160+145+205=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A091CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091CD is #5F6E32. Grayscale: #9C9C9C. Windows color (decimal): -6254131 or 13472160. OLE color: 13472160.
HSL color Cylindrical-coordinate representation of color #A091CD: hue angle of 255º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A091CD is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 145 | 205 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.20 |
| HSL | 255º | 0.38% | 0.69% | - |
| HSV(B) | 255º | 0.29% | 0.8% | - |
| XYZ | 35.64 | 32.13 | 62.08 | - |
| YUV | 156.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 205 | 0.22 | 0.29 | 0 | 0.20 | 255 | 0.38 | 0.69 |
| Hex | A0 | 91 | CD | 16 | 1D | 0 | 14 | FF | 26 | 45 |
| Octal | 240 | 221 | 315 | 26 | 35 | 0 | 24 | 377 | 46 | 105 |
| Binary | 10100000 | 10010001 | 11001101 | 10110 | 11101 | 0 | 10100 | 11111111 | 100110 | 1000101 |
Color Harmonies of #A091CD
Complementary color
Monochromatic Colors of #A091CD
Black with #A091CD
Text Example
Text Example
White with #A091CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091CD; }
p { color: rgb(160,145,205); }
H1.HeaderClassName
{
color: #A091CD;
}
.AnyTagClassName
{
color: #A091CD;
}
</style>
background-color css
<style>
a { background-color: #A091CD; }
a { background-color: rgb(160,145,205); }
div.DivClassName
{
background-color: #A091CD;
}
.BgClassName
{
background-color: #A091CD;
}
</style>
border-color css
<style>
span { border-color: #A091CD; }
span { border-color: rgb(160,145,205); }
td.TdClassName
{
border-color: #A091CD;
}
.TagClassName
{
border-color: #A091CD;
}
</style>