Shades of Perano #A49CFF
Tints of Perano #A49CFF
RGB
CMYK
RGB Variations
Color information
#A49CFF (or 0xA49CFF) is known color: Perano. HEX triplet: A4, 9C and FF. RGB value is (164,156,255). Sum of RGB (Red+Green+Blue) = 164+156+255=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #A49CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49CFF is #5B6300. Grayscale: #A9A9A9. Windows color (decimal): -5989121 or 16751780. OLE color: 16751780.
HSL color Cylindrical-coordinate representation of color #A49CFF: hue angle of 244.85º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A49CFF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 156 | 255 | - |
| CMYK | 0.36 | 0.39 | 0 | 0 |
| HSL | 244.85º | 1% | 0.81% | - |
| HSV(B) | 244.85º | 0.39% | 1% | - |
| XYZ | 45.25 | 38.89 | 99.73 | - |
| YUV | 169.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 255 | 0.36 | 0.39 | 0 | 0 | 244.85 | 1 | 0.81 |
| Hex | A4 | 9C | FF | 24 | 27 | 0 | 0 | F5 | 64 | 51 |
| Octal | 244 | 234 | 377 | 44 | 47 | 0 | 0 | 365 | 144 | 121 |
| Binary | 10100100 | 10011100 | 11111111 | 100100 | 100111 | 0 | 0 | 11110101 | 1100100 | 1010001 |
Color Harmonies of #A49CFF
Complementary color
Monochromatic Colors of #A49CFF
Black with #A49CFF
Text Example
Text Example
White with #A49CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CFF; }
p { color: rgb(164,156,255); }
H1.HeaderClassName
{
color: #A49CFF;
}
.AnyTagClassName
{
color: #A49CFF;
}
</style>
background-color css
<style>
a { background-color: #A49CFF; }
a { background-color: rgb(164,156,255); }
div.DivClassName
{
background-color: #A49CFF;
}
.BgClassName
{
background-color: #A49CFF;
}
</style>
border-color css
<style>
span { border-color: #A49CFF; }
span { border-color: rgb(164,156,255); }
td.TdClassName
{
border-color: #A49CFF;
}
.TagClassName
{
border-color: #A49CFF;
}
</style>