Shades of Perano #A29FF5
Tints of Perano #A29FF5
RGB
CMYK
RGB Variations
Color information
#A29FF5 (or 0xA29FF5) is known color: Perano. HEX triplet: A2, 9F and F5. RGB value is (162,159,245). Sum of RGB (Red+Green+Blue) = 162+159+245=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #A29FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FF5 is #5D600A. Grayscale: #A9A9A9. Windows color (decimal): -6119435 or 16097186. OLE color: 16097186.
HSL color Cylindrical-coordinate representation of color #A29FF5: hue angle of 242.09º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A29FF5 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 159 | 245 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.04 |
| HSL | 242.09º | 0.81% | 0.79% | - |
| HSV(B) | 242.09º | 0.35% | 0.96% | - |
| XYZ | 43.78 | 39.07 | 91.62 | - |
| YUV | 169.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 245 | 0.34 | 0.35 | 0 | 0.04 | 242.09 | 0.81 | 0.79 |
| Hex | A2 | 9F | F5 | 22 | 23 | 0 | 4 | F2 | 51 | 4F |
| Octal | 242 | 237 | 365 | 42 | 43 | 0 | 4 | 362 | 121 | 117 |
| Binary | 10100010 | 10011111 | 11110101 | 100010 | 100011 | 0 | 100 | 11110010 | 1010001 | 1001111 |
Color Harmonies of #A29FF5
Complementary color
Monochromatic Colors of #A29FF5
Black with #A29FF5
Text Example
Text Example
White with #A29FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FF5; }
p { color: rgb(162,159,245); }
H1.HeaderClassName
{
color: #A29FF5;
}
.AnyTagClassName
{
color: #A29FF5;
}
</style>
background-color css
<style>
a { background-color: #A29FF5; }
a { background-color: rgb(162,159,245); }
div.DivClassName
{
background-color: #A29FF5;
}
.BgClassName
{
background-color: #A29FF5;
}
</style>
border-color css
<style>
span { border-color: #A29FF5; }
span { border-color: rgb(162,159,245); }
td.TdClassName
{
border-color: #A29FF5;
}
.TagClassName
{
border-color: #A29FF5;
}
</style>