Shades of Cold Purple #A48BC4
Tints of Cold Purple #A48BC4
RGB
CMYK
RGB Variations
Color information
#A48BC4 (or 0xA48BC4) is known color: Cold Purple. HEX triplet: A4, 8B and C4. RGB value is (164,139,196). Sum of RGB (Red+Green+Blue) = 164+139+196=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #A48BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BC4 is #5B743B. Grayscale: #989898. Windows color (decimal): -5993532 or 12880804. OLE color: 12880804.
HSL color Cylindrical-coordinate representation of color #A48BC4: hue angle of 266.32º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A48BC4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 139 | 196 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.23 |
| HSL | 266.32º | 0.33% | 0.66% | - |
| HSV(B) | 266.32º | 0.29% | 0.77% | - |
| XYZ | 34.51 | 30.34 | 56.26 | - |
| YUV | 152.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 196 | 0.16 | 0.29 | 0 | 0.23 | 266.32 | 0.33 | 0.66 |
| Hex | A4 | 8B | C4 | 10 | 1D | 0 | 17 | 10A | 21 | 42 |
| Octal | 244 | 213 | 304 | 20 | 35 | 0 | 27 | 412 | 41 | 102 |
| Binary | 10100100 | 10001011 | 11000100 | 10000 | 11101 | 0 | 10111 | 100001010 | 100001 | 1000010 |
Color Harmonies of #A48BC4
Complementary color
Monochromatic Colors of #A48BC4
Black with #A48BC4
Text Example
Text Example
White with #A48BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BC4; }
p { color: rgb(164,139,196); }
H1.HeaderClassName
{
color: #A48BC4;
}
.AnyTagClassName
{
color: #A48BC4;
}
</style>
background-color css
<style>
a { background-color: #A48BC4; }
a { background-color: rgb(164,139,196); }
div.DivClassName
{
background-color: #A48BC4;
}
.BgClassName
{
background-color: #A48BC4;
}
</style>
border-color css
<style>
span { border-color: #A48BC4; }
span { border-color: rgb(164,139,196); }
td.TdClassName
{
border-color: #A48BC4;
}
.TagClassName
{
border-color: #A48BC4;
}
</style>