Shades of Perano #A19CFF
Tints of Perano #A19CFF
RGB
CMYK
RGB Variations
Color information
#A19CFF (or 0xA19CFF) is known color: Perano. HEX triplet: A1, 9C and FF. RGB value is (161,156,255). Sum of RGB (Red+Green+Blue) = 161+156+255=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #A19CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19CFF is #5E6300. Grayscale: #A8A8A8. Windows color (decimal): -6185729 or 16751777. OLE color: 16751777.
HSL color Cylindrical-coordinate representation of color #A19CFF: hue angle of 243.03º 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 #A19CFF is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 156 | 255 | - |
| CMYK | 0.37 | 0.39 | 0 | 0 |
| HSL | 243.03º | 1% | 0.81% | - |
| HSV(B) | 243.03º | 0.39% | 1% | - |
| XYZ | 44.64 | 38.57 | 99.7 | - |
| YUV | 168.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 255 | 0.37 | 0.39 | 0 | 0 | 243.03 | 1 | 0.81 |
| Hex | A1 | 9C | FF | 25 | 27 | 0 | 0 | F3 | 64 | 51 |
| Octal | 241 | 234 | 377 | 45 | 47 | 0 | 0 | 363 | 144 | 121 |
| Binary | 10100001 | 10011100 | 11111111 | 100101 | 100111 | 0 | 0 | 11110011 | 1100100 | 1010001 |
Color Harmonies of #A19CFF
Complementary color
Monochromatic Colors of #A19CFF
Black with #A19CFF
Text Example
Text Example
White with #A19CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CFF; }
p { color: rgb(161,156,255); }
H1.HeaderClassName
{
color: #A19CFF;
}
.AnyTagClassName
{
color: #A19CFF;
}
</style>
background-color css
<style>
a { background-color: #A19CFF; }
a { background-color: rgb(161,156,255); }
div.DivClassName
{
background-color: #A19CFF;
}
.BgClassName
{
background-color: #A19CFF;
}
</style>
border-color css
<style>
span { border-color: #A19CFF; }
span { border-color: rgb(161,156,255); }
td.TdClassName
{
border-color: #A19CFF;
}
.TagClassName
{
border-color: #A19CFF;
}
</style>