Shades of Perano #A19CF6
Tints of Perano #A19CF6
RGB
CMYK
RGB Variations
Color information
#A19CF6 (or 0xA19CF6) is known color: Perano. HEX triplet: A1, 9C and F6. RGB value is (161,156,246). Sum of RGB (Red+Green+Blue) = 161+156+246=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #A19CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19CF6 is #5E6309. Grayscale: #A7A7A7. Windows color (decimal): -6185738 or 16161953. OLE color: 16161953.
HSL color Cylindrical-coordinate representation of color #A19CF6: hue angle of 243.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19CF6 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 156 | 246 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.04 |
| HSL | 243.33º | 0.83% | 0.79% | - |
| HSV(B) | 243.33º | 0.37% | 0.96% | - |
| XYZ | 43.22 | 38.01 | 92.25 | - |
| YUV | 167.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 246 | 0.35 | 0.37 | 0 | 0.04 | 243.33 | 0.83 | 0.79 |
| Hex | A1 | 9C | F6 | 23 | 25 | 0 | 4 | F3 | 53 | 4F |
| Octal | 241 | 234 | 366 | 43 | 45 | 0 | 4 | 363 | 123 | 117 |
| Binary | 10100001 | 10011100 | 11110110 | 100011 | 100101 | 0 | 100 | 11110011 | 1010011 | 1001111 |
Color Harmonies of #A19CF6
Complementary color
Monochromatic Colors of #A19CF6
Black with #A19CF6
Text Example
Text Example
White with #A19CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CF6; }
p { color: rgb(161,156,246); }
H1.HeaderClassName
{
color: #A19CF6;
}
.AnyTagClassName
{
color: #A19CF6;
}
</style>
background-color css
<style>
a { background-color: #A19CF6; }
a { background-color: rgb(161,156,246); }
div.DivClassName
{
background-color: #A19CF6;
}
.BgClassName
{
background-color: #A19CF6;
}
</style>
border-color css
<style>
span { border-color: #A19CF6; }
span { border-color: rgb(161,156,246); }
td.TdClassName
{
border-color: #A19CF6;
}
.TagClassName
{
border-color: #A19CF6;
}
</style>