Shades of Perano #A29BFE
Tints of Perano #A29BFE
RGB
CMYK
RGB Variations
Color information
#A29BFE (or 0xA29BFE) is known color: Perano. HEX triplet: A2, 9B and FE. RGB value is (162,155,254). Sum of RGB (Red+Green+Blue) = 162+155+254=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #A29BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BFE is #5D6401. Grayscale: #A7A7A7. Windows color (decimal): -6120450 or 16685986. OLE color: 16685986.
HSL color Cylindrical-coordinate representation of color #A29BFE: hue angle of 244.24º 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 #A29BFE is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 155 | 254 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.00 |
| HSL | 244.24º | 0.98% | 0.8% | - |
| HSV(B) | 244.24º | 0.39% | 1% | - |
| XYZ | 44.51 | 38.28 | 98.81 | - |
| YUV | 168.38 | 176.32 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 254 | 0.36 | 0.39 | 0 | 0.00 | 244.24 | 0.98 | 0.8 |
| Hex | A2 | 9B | FE | 24 | 27 | 0 | 0 | F4 | 62 | 50 |
| Octal | 242 | 233 | 376 | 44 | 47 | 0 | 0 | 364 | 142 | 120 |
| Binary | 10100010 | 10011011 | 11111110 | 100100 | 100111 | 0 | 0 | 11110100 | 1100010 | 1010000 |
Color Harmonies of #A29BFE
Complementary color
Monochromatic Colors of #A29BFE
Black with #A29BFE
Text Example
Text Example
White with #A29BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BFE; }
p { color: rgb(162,155,254); }
H1.HeaderClassName
{
color: #A29BFE;
}
.AnyTagClassName
{
color: #A29BFE;
}
</style>
background-color css
<style>
a { background-color: #A29BFE; }
a { background-color: rgb(162,155,254); }
div.DivClassName
{
background-color: #A29BFE;
}
.BgClassName
{
background-color: #A29BFE;
}
</style>
border-color css
<style>
span { border-color: #A29BFE; }
span { border-color: rgb(162,155,254); }
td.TdClassName
{
border-color: #A29BFE;
}
.TagClassName
{
border-color: #A29BFE;
}
</style>