Shades of Perano #A19DFA
Tints of Perano #A19DFA
RGB
CMYK
RGB Variations
Color information
#A19DFA (or 0xA19DFA) is known color: Perano. HEX triplet: A1, 9D and FA. RGB value is (161,157,250). Sum of RGB (Red+Green+Blue) = 161+157+250=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #A19DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DFA is #5E6205. Grayscale: #A8A8A8. Windows color (decimal): -6185478 or 16424353. OLE color: 16424353.
HSL color Cylindrical-coordinate representation of color #A19DFA: hue angle of 242.58º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19DFA is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 157 | 250 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.02 |
| HSL | 242.58º | 0.9% | 0.8% | - |
| HSV(B) | 242.58º | 0.37% | 0.98% | - |
| XYZ | 44.01 | 38.59 | 95.57 | - |
| YUV | 168.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 250 | 0.36 | 0.37 | 0 | 0.02 | 242.58 | 0.9 | 0.8 |
| Hex | A1 | 9D | FA | 24 | 25 | 0 | 2 | F3 | 5A | 50 |
| Octal | 241 | 235 | 372 | 44 | 45 | 0 | 2 | 363 | 132 | 120 |
| Binary | 10100001 | 10011101 | 11111010 | 100100 | 100101 | 0 | 10 | 11110011 | 1011010 | 1010000 |
Color Harmonies of #A19DFA
Complementary color
Monochromatic Colors of #A19DFA
Black with #A19DFA
Text Example
Text Example
White with #A19DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DFA; }
p { color: rgb(161,157,250); }
H1.HeaderClassName
{
color: #A19DFA;
}
.AnyTagClassName
{
color: #A19DFA;
}
</style>
background-color css
<style>
a { background-color: #A19DFA; }
a { background-color: rgb(161,157,250); }
div.DivClassName
{
background-color: #A19DFA;
}
.BgClassName
{
background-color: #A19DFA;
}
</style>
border-color css
<style>
span { border-color: #A19DFA; }
span { border-color: rgb(161,157,250); }
td.TdClassName
{
border-color: #A19DFA;
}
.TagClassName
{
border-color: #A19DFA;
}
</style>