Shades of Cold Purple #A881D2
Tints of Cold Purple #A881D2
RGB
CMYK
RGB Variations
Color information
#A881D2 (or 0xA881D2) is known color: Cold Purple. HEX triplet: A8, 81 and D2. RGB value is (168,129,210). Sum of RGB (Red+Green+Blue) = 168+129+210=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #A881D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881D2 is #577E2D. Grayscale: #959595. Windows color (decimal): -5733934 or 13795752. OLE color: 13795752.
HSL color Cylindrical-coordinate representation of color #A881D2: hue angle of 268.89º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A881D2 is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 129 | 210 | - |
| CMYK | 0.2 | 0.39 | 0 | 0.18 |
| HSL | 268.89º | 0.47% | 0.66% | - |
| HSV(B) | 268.89º | 0.39% | 0.82% | - |
| XYZ | 35.63 | 28.68 | 64.63 | - |
| YUV | 149.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 210 | 0.2 | 0.39 | 0 | 0.18 | 268.89 | 0.47 | 0.66 |
| Hex | A8 | 81 | D2 | 14 | 27 | 0 | 12 | 10D | 2F | 42 |
| Octal | 250 | 201 | 322 | 24 | 47 | 0 | 22 | 415 | 57 | 102 |
| Binary | 10101000 | 10000001 | 11010010 | 10100 | 100111 | 0 | 10010 | 100001101 | 101111 | 1000010 |
Color Harmonies of #A881D2
Complementary color
Monochromatic Colors of #A881D2
Black with #A881D2
Text Example
Text Example
White with #A881D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881D2; }
p { color: rgb(168,129,210); }
H1.HeaderClassName
{
color: #A881D2;
}
.AnyTagClassName
{
color: #A881D2;
}
</style>
background-color css
<style>
a { background-color: #A881D2; }
a { background-color: rgb(168,129,210); }
div.DivClassName
{
background-color: #A881D2;
}
.BgClassName
{
background-color: #A881D2;
}
</style>
border-color css
<style>
span { border-color: #A881D2; }
span { border-color: rgb(168,129,210); }
td.TdClassName
{
border-color: #A881D2;
}
.TagClassName
{
border-color: #A881D2;
}
</style>