Shades of Perano #A19AFE
Tints of Perano #A19AFE
RGB
CMYK
RGB Variations
Color information
#A19AFE (or 0xA19AFE) is known color: Perano. HEX triplet: A1, 9A and FE. RGB value is (161,154,254). Sum of RGB (Red+Green+Blue) = 161+154+254=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #A19AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19AFE is #5E6501. Grayscale: #A7A7A7. Windows color (decimal): -6186242 or 16685729. OLE color: 16685729.
HSL color Cylindrical-coordinate representation of color #A19AFE: hue angle of 244.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A19AFE is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 154 | 254 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.00 |
| HSL | 244.2º | 0.98% | 0.8% | - |
| HSV(B) | 244.2º | 0.39% | 1% | - |
| XYZ | 44.14 | 37.84 | 98.74 | - |
| YUV | 167.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 254 | 0.37 | 0.39 | 0 | 0.00 | 244.2 | 0.98 | 0.8 |
| Hex | A1 | 9A | FE | 25 | 27 | 0 | 0 | F4 | 62 | 50 |
| Octal | 241 | 232 | 376 | 45 | 47 | 0 | 0 | 364 | 142 | 120 |
| Binary | 10100001 | 10011010 | 11111110 | 100101 | 100111 | 0 | 0 | 11110100 | 1100010 | 1010000 |
Color Harmonies of #A19AFE
Complementary color
Monochromatic Colors of #A19AFE
Black with #A19AFE
Text Example
Text Example
White with #A19AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AFE; }
p { color: rgb(161,154,254); }
H1.HeaderClassName
{
color: #A19AFE;
}
.AnyTagClassName
{
color: #A19AFE;
}
</style>
background-color css
<style>
a { background-color: #A19AFE; }
a { background-color: rgb(161,154,254); }
div.DivClassName
{
background-color: #A19AFE;
}
.BgClassName
{
background-color: #A19AFE;
}
</style>
border-color css
<style>
span { border-color: #A19AFE; }
span { border-color: rgb(161,154,254); }
td.TdClassName
{
border-color: #A19AFE;
}
.TagClassName
{
border-color: #A19AFE;
}
</style>