Shades of Cold Purple #A48ACF
Tints of Cold Purple #A48ACF
RGB
CMYK
RGB Variations
Color information
#A48ACF (or 0xA48ACF) is known color: Cold Purple. HEX triplet: A4, 8A and CF. RGB value is (164,138,207). Sum of RGB (Red+Green+Blue) = 164+138+207=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #A48ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ACF is #5B7530. Grayscale: #999999. Windows color (decimal): -5993777 or 13601444. OLE color: 13601444.
HSL color Cylindrical-coordinate representation of color #A48ACF: hue angle of 262.61º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A48ACF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 138 | 207 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.19 |
| HSL | 262.61º | 0.42% | 0.68% | - |
| HSV(B) | 262.61º | 0.33% | 0.81% | - |
| XYZ | 35.66 | 30.57 | 63.05 | - |
| YUV | 153.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 207 | 0.21 | 0.33 | 0 | 0.19 | 262.61 | 0.42 | 0.68 |
| Hex | A4 | 8A | CF | 15 | 21 | 0 | 13 | 107 | 2A | 44 |
| Octal | 244 | 212 | 317 | 25 | 41 | 0 | 23 | 407 | 52 | 104 |
| Binary | 10100100 | 10001010 | 11001111 | 10101 | 100001 | 0 | 10011 | 100000111 | 101010 | 1000100 |
Color Harmonies of #A48ACF
Complementary color
Monochromatic Colors of #A48ACF
Black with #A48ACF
Text Example
Text Example
White with #A48ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48ACF; }
p { color: rgb(164,138,207); }
H1.HeaderClassName
{
color: #A48ACF;
}
.AnyTagClassName
{
color: #A48ACF;
}
</style>
background-color css
<style>
a { background-color: #A48ACF; }
a { background-color: rgb(164,138,207); }
div.DivClassName
{
background-color: #A48ACF;
}
.BgClassName
{
background-color: #A48ACF;
}
</style>
border-color css
<style>
span { border-color: #A48ACF; }
span { border-color: rgb(164,138,207); }
td.TdClassName
{
border-color: #A48ACF;
}
.TagClassName
{
border-color: #A48ACF;
}
</style>