Shades of Cold Purple #A088C3
Tints of Cold Purple #A088C3
RGB
CMYK
RGB Variations
Color information
#A088C3 (or 0xA088C3) is known color: Cold Purple. HEX triplet: A0, 88 and C3. RGB value is (160,136,195). Sum of RGB (Red+Green+Blue) = 160+136+195=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #A088C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088C3 is #5F773C. Grayscale: #959595. Windows color (decimal): -6256445 or 12814496. OLE color: 12814496.
HSL color Cylindrical-coordinate representation of color #A088C3: hue angle of 264.41º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A088C3 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 136 | 195 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.24 |
| HSL | 264.41º | 0.33% | 0.65% | - |
| HSV(B) | 264.41º | 0.3% | 0.76% | - |
| XYZ | 33.15 | 29.02 | 55.48 | - |
| YUV | 149.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 195 | 0.18 | 0.30 | 0 | 0.24 | 264.41 | 0.33 | 0.65 |
| Hex | A0 | 88 | C3 | 12 | 1E | 0 | 18 | 108 | 21 | 41 |
| Octal | 240 | 210 | 303 | 22 | 36 | 0 | 30 | 410 | 41 | 101 |
| Binary | 10100000 | 10001000 | 11000011 | 10010 | 11110 | 0 | 11000 | 100001000 | 100001 | 1000001 |
Color Harmonies of #A088C3
Complementary color
Monochromatic Colors of #A088C3
Black with #A088C3
Text Example
Text Example
White with #A088C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088C3; }
p { color: rgb(160,136,195); }
H1.HeaderClassName
{
color: #A088C3;
}
.AnyTagClassName
{
color: #A088C3;
}
</style>
background-color css
<style>
a { background-color: #A088C3; }
a { background-color: rgb(160,136,195); }
div.DivClassName
{
background-color: #A088C3;
}
.BgClassName
{
background-color: #A088C3;
}
</style>
border-color css
<style>
span { border-color: #A088C3; }
span { border-color: rgb(160,136,195); }
td.TdClassName
{
border-color: #A088C3;
}
.TagClassName
{
border-color: #A088C3;
}
</style>