Shades of Perano #A79BFC
Tints of Perano #A79BFC
RGB
CMYK
RGB Variations
Color information
#A79BFC (or 0xA79BFC) is known color: Perano. HEX triplet: A7, 9B and FC. RGB value is (167,155,252). Sum of RGB (Red+Green+Blue) = 167+155+252=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #A79BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79BFC is #586403. Grayscale: #A9A9A9. Windows color (decimal): -5792772 or 16554919. OLE color: 16554919.
HSL color Cylindrical-coordinate representation of color #A79BFC: hue angle of 247.42º 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 #A79BFC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 155 | 252 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.01 |
| HSL | 247.42º | 0.94% | 0.8% | - |
| HSV(B) | 247.42º | 0.38% | 0.99% | - |
| XYZ | 45.23 | 38.69 | 97.18 | - |
| YUV | 169.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 252 | 0.34 | 0.38 | 0 | 0.01 | 247.42 | 0.94 | 0.8 |
| Hex | A7 | 9B | FC | 22 | 26 | 0 | 1 | F7 | 5E | 50 |
| Octal | 247 | 233 | 374 | 42 | 46 | 0 | 1 | 367 | 136 | 120 |
| Binary | 10100111 | 10011011 | 11111100 | 100010 | 100110 | 0 | 1 | 11110111 | 1011110 | 1010000 |
Color Harmonies of #A79BFC
Complementary color
Monochromatic Colors of #A79BFC
Black with #A79BFC
Text Example
Text Example
White with #A79BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BFC; }
p { color: rgb(167,155,252); }
H1.HeaderClassName
{
color: #A79BFC;
}
.AnyTagClassName
{
color: #A79BFC;
}
</style>
background-color css
<style>
a { background-color: #A79BFC; }
a { background-color: rgb(167,155,252); }
div.DivClassName
{
background-color: #A79BFC;
}
.BgClassName
{
background-color: #A79BFC;
}
</style>
border-color css
<style>
span { border-color: #A79BFC; }
span { border-color: rgb(167,155,252); }
td.TdClassName
{
border-color: #A79BFC;
}
.TagClassName
{
border-color: #A79BFC;
}
</style>