Shades of Perano #A29FFC
Tints of Perano #A29FFC
RGB
CMYK
RGB Variations
Color information
#A29FFC (or 0xA29FFC) is known color: Perano. HEX triplet: A2, 9F and FC. RGB value is (162,159,252). Sum of RGB (Red+Green+Blue) = 162+159+252=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #A29FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FFC is #5D6003. Grayscale: #AAAAAA. Windows color (decimal): -6119428 or 16555938. OLE color: 16555938.
HSL color Cylindrical-coordinate representation of color #A29FFC: hue angle of 241.94º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A29FFC is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 159 | 252 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.01 |
| HSL | 241.94º | 0.94% | 0.81% | - |
| HSV(B) | 241.94º | 0.37% | 0.99% | - |
| XYZ | 44.87 | 39.51 | 97.36 | - |
| YUV | 170.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 252 | 0.36 | 0.37 | 0 | 0.01 | 241.94 | 0.94 | 0.81 |
| Hex | A2 | 9F | FC | 24 | 25 | 0 | 1 | F2 | 5E | 51 |
| Octal | 242 | 237 | 374 | 44 | 45 | 0 | 1 | 362 | 136 | 121 |
| Binary | 10100010 | 10011111 | 11111100 | 100100 | 100101 | 0 | 1 | 11110010 | 1011110 | 1010001 |
Color Harmonies of #A29FFC
Complementary color
Monochromatic Colors of #A29FFC
Black with #A29FFC
Text Example
Text Example
White with #A29FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FFC; }
p { color: rgb(162,159,252); }
H1.HeaderClassName
{
color: #A29FFC;
}
.AnyTagClassName
{
color: #A29FFC;
}
</style>
background-color css
<style>
a { background-color: #A29FFC; }
a { background-color: rgb(162,159,252); }
div.DivClassName
{
background-color: #A29FFC;
}
.BgClassName
{
background-color: #A29FFC;
}
</style>
border-color css
<style>
span { border-color: #A29FFC; }
span { border-color: rgb(162,159,252); }
td.TdClassName
{
border-color: #A29FFC;
}
.TagClassName
{
border-color: #A29FFC;
}
</style>