Shades of Perano #A29CFC
Tints of Perano #A29CFC
RGB
CMYK
RGB Variations
Color information
#A29CFC (or 0xA29CFC) is known color: Perano. HEX triplet: A2, 9C and FC. RGB value is (162,156,252). Sum of RGB (Red+Green+Blue) = 162+156+252=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #A29CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CFC is #5D6303. Grayscale: #A8A8A8. Windows color (decimal): -6120196 or 16555170. OLE color: 16555170.
HSL color Cylindrical-coordinate representation of color #A29CFC: hue angle of 243.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29CFC is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 156 | 252 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.01 |
| HSL | 243.75º | 0.94% | 0.8% | - |
| HSV(B) | 243.75º | 0.38% | 0.99% | - |
| XYZ | 44.36 | 38.49 | 97.19 | - |
| YUV | 168.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 252 | 0.36 | 0.38 | 0 | 0.01 | 243.75 | 0.94 | 0.8 |
| Hex | A2 | 9C | FC | 24 | 26 | 0 | 1 | F4 | 5E | 50 |
| Octal | 242 | 234 | 374 | 44 | 46 | 0 | 1 | 364 | 136 | 120 |
| Binary | 10100010 | 10011100 | 11111100 | 100100 | 100110 | 0 | 1 | 11110100 | 1011110 | 1010000 |
Color Harmonies of #A29CFC
Complementary color
Monochromatic Colors of #A29CFC
Black with #A29CFC
Text Example
Text Example
White with #A29CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CFC; }
p { color: rgb(162,156,252); }
H1.HeaderClassName
{
color: #A29CFC;
}
.AnyTagClassName
{
color: #A29CFC;
}
</style>
background-color css
<style>
a { background-color: #A29CFC; }
a { background-color: rgb(162,156,252); }
div.DivClassName
{
background-color: #A29CFC;
}
.BgClassName
{
background-color: #A29CFC;
}
</style>
border-color css
<style>
span { border-color: #A29CFC; }
span { border-color: rgb(162,156,252); }
td.TdClassName
{
border-color: #A29CFC;
}
.TagClassName
{
border-color: #A29CFC;
}
</style>