Shades of Cold Purple #A48ACB
Tints of Cold Purple #A48ACB
RGB
CMYK
RGB Variations
Color information
#A48ACB (or 0xA48ACB) is known color: Cold Purple. HEX triplet: A4, 8A and CB. RGB value is (164,138,203). Sum of RGB (Red+Green+Blue) = 164+138+203=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #A48ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ACB is #5B7534. Grayscale: #989898. Windows color (decimal): -5993781 or 13339300. OLE color: 13339300.
HSL color Cylindrical-coordinate representation of color #A48ACB: hue angle of 264º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A48ACB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 138 | 203 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.20 |
| HSL | 264º | 0.38% | 0.67% | - |
| HSV(B) | 264º | 0.32% | 0.8% | - |
| XYZ | 35.18 | 30.38 | 60.51 | - |
| YUV | 153.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 203 | 0.19 | 0.32 | 0 | 0.20 | 264 | 0.38 | 0.67 |
| Hex | A4 | 8A | CB | 13 | 20 | 0 | 14 | 108 | 26 | 43 |
| Octal | 244 | 212 | 313 | 23 | 40 | 0 | 24 | 410 | 46 | 103 |
| Binary | 10100100 | 10001010 | 11001011 | 10011 | 100000 | 0 | 10100 | 100001000 | 100110 | 1000011 |
Color Harmonies of #A48ACB
Complementary color
Monochromatic Colors of #A48ACB
Black with #A48ACB
Text Example
Text Example
White with #A48ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48ACB; }
p { color: rgb(164,138,203); }
H1.HeaderClassName
{
color: #A48ACB;
}
.AnyTagClassName
{
color: #A48ACB;
}
</style>
background-color css
<style>
a { background-color: #A48ACB; }
a { background-color: rgb(164,138,203); }
div.DivClassName
{
background-color: #A48ACB;
}
.BgClassName
{
background-color: #A48ACB;
}
</style>
border-color css
<style>
span { border-color: #A48ACB; }
span { border-color: rgb(164,138,203); }
td.TdClassName
{
border-color: #A48ACB;
}
.TagClassName
{
border-color: #A48ACB;
}
</style>