Shades of Cold Purple #A681D3
Tints of Cold Purple #A681D3
RGB
CMYK
RGB Variations
Color information
#A681D3 (or 0xA681D3) is known color: Cold Purple. HEX triplet: A6, 81 and D3. RGB value is (166,129,211). Sum of RGB (Red+Green+Blue) = 166+129+211=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #A681D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681D3 is #597E2C. Grayscale: #959595. Windows color (decimal): -5865005 or 13861286. OLE color: 13861286.
HSL color Cylindrical-coordinate representation of color #A681D3: hue angle of 267.07º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A681D3 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 129 | 211 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.17 |
| HSL | 267.07º | 0.48% | 0.67% | - |
| HSV(B) | 267.07º | 0.39% | 0.83% | - |
| XYZ | 35.33 | 28.51 | 65.27 | - |
| YUV | 149.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 211 | 0.21 | 0.39 | 0 | 0.17 | 267.07 | 0.48 | 0.67 |
| Hex | A6 | 81 | D3 | 15 | 27 | 0 | 11 | 10B | 30 | 43 |
| Octal | 246 | 201 | 323 | 25 | 47 | 0 | 21 | 413 | 60 | 103 |
| Binary | 10100110 | 10000001 | 11010011 | 10101 | 100111 | 0 | 10001 | 100001011 | 110000 | 1000011 |
Color Harmonies of #A681D3
Complementary color
Monochromatic Colors of #A681D3
Black with #A681D3
Text Example
Text Example
White with #A681D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681D3; }
p { color: rgb(166,129,211); }
H1.HeaderClassName
{
color: #A681D3;
}
.AnyTagClassName
{
color: #A681D3;
}
</style>
background-color css
<style>
a { background-color: #A681D3; }
a { background-color: rgb(166,129,211); }
div.DivClassName
{
background-color: #A681D3;
}
.BgClassName
{
background-color: #A681D3;
}
</style>
border-color css
<style>
span { border-color: #A681D3; }
span { border-color: rgb(166,129,211); }
td.TdClassName
{
border-color: #A681D3;
}
.TagClassName
{
border-color: #A681D3;
}
</style>