Shades of Perano #A7A1FE
Tints of Perano #A7A1FE
RGB
CMYK
RGB Variations
Color information
#A7A1FE (or 0xA7A1FE) is known color: Perano. HEX triplet: A7, A1 and FE. RGB value is (167,161,254). Sum of RGB (Red+Green+Blue) = 167+161+254=582 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.69% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7A1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A1FE is #585E01. Grayscale: #ADADAD. Windows color (decimal): -5791234 or 16687527. OLE color: 16687527.
HSL color Cylindrical-coordinate representation of color #A7A1FE: hue angle of 243.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7A1FE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 161 | 254 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.00 |
| HSL | 243.87º | 0.98% | 0.81% | - |
| HSV(B) | 243.87º | 0.37% | 1% | - |
| XYZ | 46.57 | 40.86 | 99.2 | - |
| YUV | 173.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 254 | 0.34 | 0.37 | 0 | 0.00 | 243.87 | 0.98 | 0.81 |
| Hex | A7 | A1 | FE | 22 | 25 | 0 | 0 | F4 | 62 | 51 |
| Octal | 247 | 241 | 376 | 42 | 45 | 0 | 0 | 364 | 142 | 121 |
| Binary | 10100111 | 10100001 | 11111110 | 100010 | 100101 | 0 | 0 | 11110100 | 1100010 | 1010001 |
Color Harmonies of #A7A1FE
Complementary color
Monochromatic Colors of #A7A1FE
Black with #A7A1FE
Text Example
Text Example
White with #A7A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A1FE; }
p { color: rgb(167,161,254); }
H1.HeaderClassName
{
color: #A7A1FE;
}
.AnyTagClassName
{
color: #A7A1FE;
}
</style>
background-color css
<style>
a { background-color: #A7A1FE; }
a { background-color: rgb(167,161,254); }
div.DivClassName
{
background-color: #A7A1FE;
}
.BgClassName
{
background-color: #A7A1FE;
}
</style>
border-color css
<style>
span { border-color: #A7A1FE; }
span { border-color: rgb(167,161,254); }
td.TdClassName
{
border-color: #A7A1FE;
}
.TagClassName
{
border-color: #A7A1FE;
}
</style>