Shades of Cold Purple #A67FD3
Tints of Cold Purple #A67FD3
RGB
CMYK
RGB Variations
Color information
#A67FD3 (or 0xA67FD3) is known color: Cold Purple. HEX triplet: A6, 7F and D3. RGB value is (166,127,211). Sum of RGB (Red+Green+Blue) = 166+127+211=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #A67FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FD3 is #59802C. Grayscale: #939393. Windows color (decimal): -5865517 or 13860774. OLE color: 13860774.
HSL color Cylindrical-coordinate representation of color #A67FD3: hue angle of 267.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A67FD3 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 127 | 211 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.17 |
| HSL | 267.86º | 0.49% | 0.66% | - |
| HSV(B) | 267.86º | 0.4% | 0.83% | - |
| XYZ | 35.07 | 27.99 | 65.18 | - |
| YUV | 148.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 211 | 0.21 | 0.40 | 0 | 0.17 | 267.86 | 0.49 | 0.66 |
| Hex | A6 | 7F | D3 | 15 | 28 | 0 | 11 | 10C | 31 | 42 |
| Octal | 246 | 177 | 323 | 25 | 50 | 0 | 21 | 414 | 61 | 102 |
| Binary | 10100110 | 1111111 | 11010011 | 10101 | 101000 | 0 | 10001 | 100001100 | 110001 | 1000010 |
Color Harmonies of #A67FD3
Complementary color
Monochromatic Colors of #A67FD3
Black with #A67FD3
Text Example
Text Example
White with #A67FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67FD3; }
p { color: rgb(166,127,211); }
H1.HeaderClassName
{
color: #A67FD3;
}
.AnyTagClassName
{
color: #A67FD3;
}
</style>
background-color css
<style>
a { background-color: #A67FD3; }
a { background-color: rgb(166,127,211); }
div.DivClassName
{
background-color: #A67FD3;
}
.BgClassName
{
background-color: #A67FD3;
}
</style>
border-color css
<style>
span { border-color: #A67FD3; }
span { border-color: rgb(166,127,211); }
td.TdClassName
{
border-color: #A67FD3;
}
.TagClassName
{
border-color: #A67FD3;
}
</style>