Shades of Cold Purple #A682CA
Tints of Cold Purple #A682CA
RGB
CMYK
RGB Variations
Color information
#A682CA (or 0xA682CA) is known color: Cold Purple. HEX triplet: A6, 82 and CA. RGB value is (166,130,202). Sum of RGB (Red+Green+Blue) = 166+130+202=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A682CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682CA is #597D35. Grayscale: #949494. Windows color (decimal): -5864758 or 13271718. OLE color: 13271718.
HSL color Cylindrical-coordinate representation of color #A682CA: hue angle of 270º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A682CA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 130 | 202 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.21 |
| HSL | 270º | 0.4% | 0.65% | - |
| HSV(B) | 270º | 0.36% | 0.79% | - |
| XYZ | 34.37 | 28.34 | 59.54 | - |
| YUV | 148.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 202 | 0.18 | 0.36 | 0 | 0.21 | 270 | 0.4 | 0.65 |
| Hex | A6 | 82 | CA | 12 | 24 | 0 | 15 | 10E | 28 | 41 |
| Octal | 246 | 202 | 312 | 22 | 44 | 0 | 25 | 416 | 50 | 101 |
| Binary | 10100110 | 10000010 | 11001010 | 10010 | 100100 | 0 | 10101 | 100001110 | 101000 | 1000001 |
Color Harmonies of #A682CA
Complementary color
Monochromatic Colors of #A682CA
Black with #A682CA
Text Example
Text Example
White with #A682CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682CA; }
p { color: rgb(166,130,202); }
H1.HeaderClassName
{
color: #A682CA;
}
.AnyTagClassName
{
color: #A682CA;
}
</style>
background-color css
<style>
a { background-color: #A682CA; }
a { background-color: rgb(166,130,202); }
div.DivClassName
{
background-color: #A682CA;
}
.BgClassName
{
background-color: #A682CA;
}
</style>
border-color css
<style>
span { border-color: #A682CA; }
span { border-color: rgb(166,130,202); }
td.TdClassName
{
border-color: #A682CA;
}
.TagClassName
{
border-color: #A682CA;
}
</style>