Shades of Perano #A29BFB
Tints of Perano #A29BFB
RGB
CMYK
RGB Variations
Color information
#A29BFB (or 0xA29BFB) is known color: Perano. HEX triplet: A2, 9B and FB. RGB value is (162,155,251). Sum of RGB (Red+Green+Blue) = 162+155+251=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #A29BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BFB is #5D6404. Grayscale: #A7A7A7. Windows color (decimal): -6120453 or 16489378. OLE color: 16489378.
HSL color Cylindrical-coordinate representation of color #A29BFB: hue angle of 244.37º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29BFB is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 155 | 251 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.02 |
| HSL | 244.38º | 0.92% | 0.8% | - |
| HSV(B) | 244.38º | 0.38% | 0.98% | - |
| XYZ | 44.03 | 38.09 | 96.3 | - |
| YUV | 168.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 251 | 0.35 | 0.38 | 0 | 0.02 | 244.38 | 0.92 | 0.8 |
| Hex | A2 | 9B | FB | 23 | 26 | 0 | 2 | F4 | 5C | 50 |
| Octal | 242 | 233 | 373 | 43 | 46 | 0 | 2 | 364 | 134 | 120 |
| Binary | 10100010 | 10011011 | 11111011 | 100011 | 100110 | 0 | 10 | 11110100 | 1011100 | 1010000 |
Color Harmonies of #A29BFB
Complementary color
Monochromatic Colors of #A29BFB
Black with #A29BFB
Text Example
Text Example
White with #A29BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BFB; }
p { color: rgb(162,155,251); }
H1.HeaderClassName
{
color: #A29BFB;
}
.AnyTagClassName
{
color: #A29BFB;
}
</style>
background-color css
<style>
a { background-color: #A29BFB; }
a { background-color: rgb(162,155,251); }
div.DivClassName
{
background-color: #A29BFB;
}
.BgClassName
{
background-color: #A29BFB;
}
</style>
border-color css
<style>
span { border-color: #A29BFB; }
span { border-color: rgb(162,155,251); }
td.TdClassName
{
border-color: #A29BFB;
}
.TagClassName
{
border-color: #A29BFB;
}
</style>