Shades of Perano #A29FF2
Tints of Perano #A29FF2
RGB
CMYK
RGB Variations
Color information
#A29FF2 (or 0xA29FF2) is known color: Perano. HEX triplet: A2, 9F and F2. RGB value is (162,159,242). Sum of RGB (Red+Green+Blue) = 162+159+242=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #A29FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FF2 is #5D600D. Grayscale: #A9A9A9. Windows color (decimal): -6119438 or 15900578. OLE color: 15900578.
HSL color Cylindrical-coordinate representation of color #A29FF2: hue angle of 242.17º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A29FF2 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 159 | 242 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.05 |
| HSL | 242.17º | 0.76% | 0.79% | - |
| HSV(B) | 242.17º | 0.34% | 0.95% | - |
| XYZ | 43.33 | 38.89 | 89.23 | - |
| YUV | 169.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 242 | 0.33 | 0.34 | 0 | 0.05 | 242.17 | 0.76 | 0.79 |
| Hex | A2 | 9F | F2 | 21 | 22 | 0 | 5 | F2 | 4C | 4F |
| Octal | 242 | 237 | 362 | 41 | 42 | 0 | 5 | 362 | 114 | 117 |
| Binary | 10100010 | 10011111 | 11110010 | 100001 | 100010 | 0 | 101 | 11110010 | 1001100 | 1001111 |
Color Harmonies of #A29FF2
Complementary color
Monochromatic Colors of #A29FF2
Black with #A29FF2
Text Example
Text Example
White with #A29FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FF2; }
p { color: rgb(162,159,242); }
H1.HeaderClassName
{
color: #A29FF2;
}
.AnyTagClassName
{
color: #A29FF2;
}
</style>
background-color css
<style>
a { background-color: #A29FF2; }
a { background-color: rgb(162,159,242); }
div.DivClassName
{
background-color: #A29FF2;
}
.BgClassName
{
background-color: #A29FF2;
}
</style>
border-color css
<style>
span { border-color: #A29FF2; }
span { border-color: rgb(162,159,242); }
td.TdClassName
{
border-color: #A29FF2;
}
.TagClassName
{
border-color: #A29FF2;
}
</style>