Shades of Perano #A79DFF
Tints of Perano #A79DFF
RGB
CMYK
RGB Variations
Color information
#A79DFF (or 0xA79DFF) is known color: Perano. HEX triplet: A7, 9D and FF. RGB value is (167,157,255). Sum of RGB (Red+Green+Blue) = 167+157+255=579 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.84% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #A79DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79DFF is #586200. Grayscale: #AAAAAA. Windows color (decimal): -5792257 or 16752039. OLE color: 16752039.
HSL color Cylindrical-coordinate representation of color #A79DFF: hue angle of 246.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A79DFF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 157 | 255 | - |
| CMYK | 0.35 | 0.38 | 0 | 0 |
| HSL | 246.12º | 1% | 0.81% | - |
| HSV(B) | 246.12º | 0.38% | 1% | - |
| XYZ | 46.04 | 39.55 | 99.81 | - |
| YUV | 171.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 255 | 0.35 | 0.38 | 0 | 0 | 246.12 | 1 | 0.81 |
| Hex | A7 | 9D | FF | 23 | 26 | 0 | 0 | F6 | 64 | 51 |
| Octal | 247 | 235 | 377 | 43 | 46 | 0 | 0 | 366 | 144 | 121 |
| Binary | 10100111 | 10011101 | 11111111 | 100011 | 100110 | 0 | 0 | 11110110 | 1100100 | 1010001 |
Color Harmonies of #A79DFF
Complementary color
Monochromatic Colors of #A79DFF
Black with #A79DFF
Text Example
Text Example
White with #A79DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79DFF; }
p { color: rgb(167,157,255); }
H1.HeaderClassName
{
color: #A79DFF;
}
.AnyTagClassName
{
color: #A79DFF;
}
</style>
background-color css
<style>
a { background-color: #A79DFF; }
a { background-color: rgb(167,157,255); }
div.DivClassName
{
background-color: #A79DFF;
}
.BgClassName
{
background-color: #A79DFF;
}
</style>
border-color css
<style>
span { border-color: #A79DFF; }
span { border-color: rgb(167,157,255); }
td.TdClassName
{
border-color: #A79DFF;
}
.TagClassName
{
border-color: #A79DFF;
}
</style>