Shades of Perano #A19DF9
Tints of Perano #A19DF9
RGB
CMYK
RGB Variations
Color information
#A19DF9 (or 0xA19DF9) is known color: Perano. HEX triplet: A1, 9D and F9. RGB value is (161,157,249). Sum of RGB (Red+Green+Blue) = 161+157+249=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #A19DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DF9 is #5E6206. Grayscale: #A8A8A8. Windows color (decimal): -6185479 or 16358817. OLE color: 16358817.
HSL color Cylindrical-coordinate representation of color #A19DF9: hue angle of 242.61º degrees, saturation: 0.88, 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 #A19DF9 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 157 | 249 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.02 |
| HSL | 242.61º | 0.88% | 0.8% | - |
| HSV(B) | 242.61º | 0.37% | 0.98% | - |
| XYZ | 43.85 | 38.53 | 94.75 | - |
| YUV | 168.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 249 | 0.35 | 0.37 | 0 | 0.02 | 242.61 | 0.88 | 0.8 |
| Hex | A1 | 9D | F9 | 23 | 25 | 0 | 2 | F3 | 58 | 50 |
| Octal | 241 | 235 | 371 | 43 | 45 | 0 | 2 | 363 | 130 | 120 |
| Binary | 10100001 | 10011101 | 11111001 | 100011 | 100101 | 0 | 10 | 11110011 | 1011000 | 1010000 |
Color Harmonies of #A19DF9
Complementary color
Monochromatic Colors of #A19DF9
Black with #A19DF9
Text Example
Text Example
White with #A19DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DF9; }
p { color: rgb(161,157,249); }
H1.HeaderClassName
{
color: #A19DF9;
}
.AnyTagClassName
{
color: #A19DF9;
}
</style>
background-color css
<style>
a { background-color: #A19DF9; }
a { background-color: rgb(161,157,249); }
div.DivClassName
{
background-color: #A19DF9;
}
.BgClassName
{
background-color: #A19DF9;
}
</style>
border-color css
<style>
span { border-color: #A19DF9; }
span { border-color: rgb(161,157,249); }
td.TdClassName
{
border-color: #A19DF9;
}
.TagClassName
{
border-color: #A19DF9;
}
</style>