Shades of Cold Purple #A093C4
Tints of Cold Purple #A093C4
RGB
CMYK
RGB Variations
Color information
#A093C4 (or 0xA093C4) is known color: Cold Purple. HEX triplet: A0, 93 and C4. RGB value is (160,147,196). Sum of RGB (Red+Green+Blue) = 160+147+196=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #A093C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093C4 is #5F6C3B. Grayscale: #9C9C9C. Windows color (decimal): -6253628 or 12882848. OLE color: 12882848.
HSL color Cylindrical-coordinate representation of color #A093C4: hue angle of 255.92º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A093C4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 147 | 196 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.23 |
| HSL | 255.92º | 0.29% | 0.67% | - |
| HSV(B) | 255.92º | 0.25% | 0.77% | - |
| XYZ | 34.89 | 32.33 | 56.63 | - |
| YUV | 156.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 196 | 0.18 | 0.25 | 0 | 0.23 | 255.92 | 0.29 | 0.67 |
| Hex | A0 | 93 | C4 | 12 | 19 | 0 | 17 | 100 | 1D | 43 |
| Octal | 240 | 223 | 304 | 22 | 31 | 0 | 27 | 400 | 35 | 103 |
| Binary | 10100000 | 10010011 | 11000100 | 10010 | 11001 | 0 | 10111 | 100000000 | 11101 | 1000011 |
Color Harmonies of #A093C4
Complementary color
Monochromatic Colors of #A093C4
Black with #A093C4
Text Example
Text Example
White with #A093C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093C4; }
p { color: rgb(160,147,196); }
H1.HeaderClassName
{
color: #A093C4;
}
.AnyTagClassName
{
color: #A093C4;
}
</style>
background-color css
<style>
a { background-color: #A093C4; }
a { background-color: rgb(160,147,196); }
div.DivClassName
{
background-color: #A093C4;
}
.BgClassName
{
background-color: #A093C4;
}
</style>
border-color css
<style>
span { border-color: #A093C4; }
span { border-color: rgb(160,147,196); }
td.TdClassName
{
border-color: #A093C4;
}
.TagClassName
{
border-color: #A093C4;
}
</style>