Shades of Perano #A29FFE
Tints of Perano #A29FFE
RGB
CMYK
RGB Variations
Color information
#A29FFE (or 0xA29FFE) is known color: Perano. HEX triplet: A2, 9F and FE. RGB value is (162,159,254). Sum of RGB (Red+Green+Blue) = 162+159+254=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #A29FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FFE is #5D6001. Grayscale: #AAAAAA. Windows color (decimal): -6119426 or 16687010. OLE color: 16687010.
HSL color Cylindrical-coordinate representation of color #A29FFE: hue angle of 241.89º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A29FFE is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 159 | 254 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.00 |
| HSL | 241.89º | 0.98% | 0.81% | - |
| HSV(B) | 241.89º | 0.37% | 1% | - |
| XYZ | 45.19 | 39.63 | 99.03 | - |
| YUV | 170.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 254 | 0.36 | 0.37 | 0 | 0.00 | 241.89 | 0.98 | 0.81 |
| Hex | A2 | 9F | FE | 24 | 25 | 0 | 0 | F2 | 62 | 51 |
| Octal | 242 | 237 | 376 | 44 | 45 | 0 | 0 | 362 | 142 | 121 |
| Binary | 10100010 | 10011111 | 11111110 | 100100 | 100101 | 0 | 0 | 11110010 | 1100010 | 1010001 |
Color Harmonies of #A29FFE
Complementary color
Monochromatic Colors of #A29FFE
Black with #A29FFE
Text Example
Text Example
White with #A29FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FFE; }
p { color: rgb(162,159,254); }
H1.HeaderClassName
{
color: #A29FFE;
}
.AnyTagClassName
{
color: #A29FFE;
}
</style>
background-color css
<style>
a { background-color: #A29FFE; }
a { background-color: rgb(162,159,254); }
div.DivClassName
{
background-color: #A29FFE;
}
.BgClassName
{
background-color: #A29FFE;
}
</style>
border-color css
<style>
span { border-color: #A29FFE; }
span { border-color: rgb(162,159,254); }
td.TdClassName
{
border-color: #A29FFE;
}
.TagClassName
{
border-color: #A29FFE;
}
</style>