Shades of Perano #A79EFE
Tints of Perano #A79EFE
RGB
CMYK
RGB Variations
Color information
#A79EFE (or 0xA79EFE) is known color: Perano. HEX triplet: A7, 9E and FE. RGB value is (167,158,254). Sum of RGB (Red+Green+Blue) = 167+158+254=579 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.84% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #A79EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79EFE is #586101. Grayscale: #ABABAB. Windows color (decimal): -5792002 or 16686759. OLE color: 16686759.
HSL color Cylindrical-coordinate representation of color #A79EFE: hue angle of 245.62º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A79EFE is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 158 | 254 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.00 |
| HSL | 245.63º | 0.98% | 0.81% | - |
| HSV(B) | 245.63º | 0.38% | 1% | - |
| XYZ | 46.05 | 39.82 | 99.03 | - |
| YUV | 171.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 158 | 254 | 0.34 | 0.38 | 0 | 0.00 | 245.63 | 0.98 | 0.81 |
| Hex | A7 | 9E | FE | 22 | 26 | 0 | 0 | F6 | 62 | 51 |
| Octal | 247 | 236 | 376 | 42 | 46 | 0 | 0 | 366 | 142 | 121 |
| Binary | 10100111 | 10011110 | 11111110 | 100010 | 100110 | 0 | 0 | 11110110 | 1100010 | 1010001 |
Color Harmonies of #A79EFE
Complementary color
Monochromatic Colors of #A79EFE
Black with #A79EFE
Text Example
Text Example
White with #A79EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79EFE; }
p { color: rgb(167,158,254); }
H1.HeaderClassName
{
color: #A79EFE;
}
.AnyTagClassName
{
color: #A79EFE;
}
</style>
background-color css
<style>
a { background-color: #A79EFE; }
a { background-color: rgb(167,158,254); }
div.DivClassName
{
background-color: #A79EFE;
}
.BgClassName
{
background-color: #A79EFE;
}
</style>
border-color css
<style>
span { border-color: #A79EFE; }
span { border-color: rgb(167,158,254); }
td.TdClassName
{
border-color: #A79EFE;
}
.TagClassName
{
border-color: #A79EFE;
}
</style>