Shades of Perano #A19DFC
Tints of Perano #A19DFC
RGB
CMYK
RGB Variations
Color information
#A19DFC (or 0xA19DFC) is known color: Perano. HEX triplet: A1, 9D and FC. RGB value is (161,157,252). Sum of RGB (Red+Green+Blue) = 161+157+252=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #A19DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DFC is #5E6203. Grayscale: #A8A8A8. Windows color (decimal): -6185476 or 16555425. OLE color: 16555425.
HSL color Cylindrical-coordinate representation of color #A19DFC: hue angle of 242.53º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A19DFC is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 157 | 252 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.01 |
| HSL | 242.53º | 0.94% | 0.8% | - |
| HSV(B) | 242.53º | 0.38% | 0.99% | - |
| XYZ | 44.33 | 38.72 | 97.23 | - |
| YUV | 169.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 252 | 0.36 | 0.38 | 0 | 0.01 | 242.53 | 0.94 | 0.8 |
| Hex | A1 | 9D | FC | 24 | 26 | 0 | 1 | F3 | 5E | 50 |
| Octal | 241 | 235 | 374 | 44 | 46 | 0 | 1 | 363 | 136 | 120 |
| Binary | 10100001 | 10011101 | 11111100 | 100100 | 100110 | 0 | 1 | 11110011 | 1011110 | 1010000 |
Color Harmonies of #A19DFC
Complementary color
Monochromatic Colors of #A19DFC
Black with #A19DFC
Text Example
Text Example
White with #A19DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DFC; }
p { color: rgb(161,157,252); }
H1.HeaderClassName
{
color: #A19DFC;
}
.AnyTagClassName
{
color: #A19DFC;
}
</style>
background-color css
<style>
a { background-color: #A19DFC; }
a { background-color: rgb(161,157,252); }
div.DivClassName
{
background-color: #A19DFC;
}
.BgClassName
{
background-color: #A19DFC;
}
</style>
border-color css
<style>
span { border-color: #A19DFC; }
span { border-color: rgb(161,157,252); }
td.TdClassName
{
border-color: #A19DFC;
}
.TagClassName
{
border-color: #A19DFC;
}
</style>