Shades of Perano #A29EFE
Tints of Perano #A29EFE
RGB
CMYK
RGB Variations
Color information
#A29EFE (or 0xA29EFE) is known color: Perano. HEX triplet: A2, 9E and FE. RGB value is (162,158,254). Sum of RGB (Red+Green+Blue) = 162+158+254=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #A29EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29EFE is #5D6101. Grayscale: #A9A9A9. Windows color (decimal): -6119682 or 16686754. OLE color: 16686754.
HSL color Cylindrical-coordinate representation of color #A29EFE: hue angle of 242.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29EFE is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 158 | 254 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.00 |
| HSL | 242.5º | 0.98% | 0.81% | - |
| HSV(B) | 242.5º | 0.38% | 1% | - |
| XYZ | 45.02 | 39.29 | 98.98 | - |
| YUV | 170.14 | 175.33 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 254 | 0.36 | 0.38 | 0 | 0.00 | 242.5 | 0.98 | 0.81 |
| Hex | A2 | 9E | FE | 24 | 26 | 0 | 0 | F2 | 62 | 51 |
| Octal | 242 | 236 | 376 | 44 | 46 | 0 | 0 | 362 | 142 | 121 |
| Binary | 10100010 | 10011110 | 11111110 | 100100 | 100110 | 0 | 0 | 11110010 | 1100010 | 1010001 |
Color Harmonies of #A29EFE
Complementary color
Monochromatic Colors of #A29EFE
Black with #A29EFE
Text Example
Text Example
White with #A29EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29EFE; }
p { color: rgb(162,158,254); }
H1.HeaderClassName
{
color: #A29EFE;
}
.AnyTagClassName
{
color: #A29EFE;
}
</style>
background-color css
<style>
a { background-color: #A29EFE; }
a { background-color: rgb(162,158,254); }
div.DivClassName
{
background-color: #A29EFE;
}
.BgClassName
{
background-color: #A29EFE;
}
</style>
border-color css
<style>
span { border-color: #A29EFE; }
span { border-color: rgb(162,158,254); }
td.TdClassName
{
border-color: #A29EFE;
}
.TagClassName
{
border-color: #A29EFE;
}
</style>