Shades of Cold Purple #A693C0
Tints of Cold Purple #A693C0
RGB
CMYK
RGB Variations
Color information
#A693C0 (or 0xA693C0) is known color: Cold Purple. HEX triplet: A6, 93 and C0. RGB value is (166,147,192). Sum of RGB (Red+Green+Blue) = 166+147+192=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #A693C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693C0 is #596C3F. Grayscale: #9D9D9D. Windows color (decimal): -5860416 or 12620710. OLE color: 12620710.
HSL color Cylindrical-coordinate representation of color #A693C0: hue angle of 265.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A693C0 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 147 | 192 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.25 |
| HSL | 265.33º | 0.26% | 0.66% | - |
| HSV(B) | 265.33º | 0.23% | 0.75% | - |
| XYZ | 35.67 | 32.78 | 54.32 | - |
| YUV | 157.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 192 | 0.14 | 0.23 | 0 | 0.25 | 265.33 | 0.26 | 0.66 |
| Hex | A6 | 93 | C0 | E | 17 | 0 | 19 | 109 | 1A | 42 |
| Octal | 246 | 223 | 300 | 16 | 27 | 0 | 31 | 411 | 32 | 102 |
| Binary | 10100110 | 10010011 | 11000000 | 1110 | 10111 | 0 | 11001 | 100001001 | 11010 | 1000010 |
Color Harmonies of #A693C0
Complementary color
Monochromatic Colors of #A693C0
Black with #A693C0
Text Example
Text Example
White with #A693C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A693C0; }
p { color: rgb(166,147,192); }
H1.HeaderClassName
{
color: #A693C0;
}
.AnyTagClassName
{
color: #A693C0;
}
</style>
background-color css
<style>
a { background-color: #A693C0; }
a { background-color: rgb(166,147,192); }
div.DivClassName
{
background-color: #A693C0;
}
.BgClassName
{
background-color: #A693C0;
}
</style>
border-color css
<style>
span { border-color: #A693C0; }
span { border-color: rgb(166,147,192); }
td.TdClassName
{
border-color: #A693C0;
}
.TagClassName
{
border-color: #A693C0;
}
</style>