Shades of Cold Purple #A48ACD
Tints of Cold Purple #A48ACD
RGB
CMYK
RGB Variations
Color information
#A48ACD (or 0xA48ACD) is known color: Cold Purple. HEX triplet: A4, 8A and CD. RGB value is (164,138,205). Sum of RGB (Red+Green+Blue) = 164+138+205=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A48ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ACD is #5B7532. Grayscale: #999999. Windows color (decimal): -5993779 or 13470372. OLE color: 13470372.
HSL color Cylindrical-coordinate representation of color #A48ACD: hue angle of 263.28º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A48ACD is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 138 | 205 | - |
| CMYK | 0.2 | 0.33 | 0 | 0.20 |
| HSL | 263.28º | 0.4% | 0.67% | - |
| HSV(B) | 263.28º | 0.33% | 0.8% | - |
| XYZ | 35.42 | 30.48 | 61.77 | - |
| YUV | 153.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 205 | 0.2 | 0.33 | 0 | 0.20 | 263.28 | 0.4 | 0.67 |
| Hex | A4 | 8A | CD | 14 | 21 | 0 | 14 | 107 | 28 | 43 |
| Octal | 244 | 212 | 315 | 24 | 41 | 0 | 24 | 407 | 50 | 103 |
| Binary | 10100100 | 10001010 | 11001101 | 10100 | 100001 | 0 | 10100 | 100000111 | 101000 | 1000011 |
Color Harmonies of #A48ACD
Complementary color
Monochromatic Colors of #A48ACD
Black with #A48ACD
Text Example
Text Example
White with #A48ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48ACD; }
p { color: rgb(164,138,205); }
H1.HeaderClassName
{
color: #A48ACD;
}
.AnyTagClassName
{
color: #A48ACD;
}
</style>
background-color css
<style>
a { background-color: #A48ACD; }
a { background-color: rgb(164,138,205); }
div.DivClassName
{
background-color: #A48ACD;
}
.BgClassName
{
background-color: #A48ACD;
}
</style>
border-color css
<style>
span { border-color: #A48ACD; }
span { border-color: rgb(164,138,205); }
td.TdClassName
{
border-color: #A48ACD;
}
.TagClassName
{
border-color: #A48ACD;
}
</style>