Shades of Perano #A7A0FF
Tints of Perano #A7A0FF
RGB
CMYK
RGB Variations
Color information
#A7A0FF (or 0xA7A0FF) is known color: Perano. HEX triplet: A7, A0 and FF. RGB value is (167,160,255). Sum of RGB (Red+Green+Blue) = 167+160+255=582 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.69% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A0FF is #585F00. Grayscale: #ACACAC. Windows color (decimal): -5791489 or 16752807. OLE color: 16752807.
HSL color Cylindrical-coordinate representation of color #A7A0FF: hue angle of 244.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7A0FF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 160 | 255 | - |
| CMYK | 0.35 | 0.37 | 0 | 0 |
| HSL | 244.42º | 1% | 0.81% | - |
| HSV(B) | 244.42º | 0.37% | 1% | - |
| XYZ | 46.56 | 40.58 | 99.99 | - |
| YUV | 172.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 255 | 0.35 | 0.37 | 0 | 0 | 244.42 | 1 | 0.81 |
| Hex | A7 | A0 | FF | 23 | 25 | 0 | 0 | F4 | 64 | 51 |
| Octal | 247 | 240 | 377 | 43 | 45 | 0 | 0 | 364 | 144 | 121 |
| Binary | 10100111 | 10100000 | 11111111 | 100011 | 100101 | 0 | 0 | 11110100 | 1100100 | 1010001 |
Color Harmonies of #A7A0FF
Complementary color
Monochromatic Colors of #A7A0FF
Black with #A7A0FF
Text Example
Text Example
White with #A7A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A0FF; }
p { color: rgb(167,160,255); }
H1.HeaderClassName
{
color: #A7A0FF;
}
.AnyTagClassName
{
color: #A7A0FF;
}
</style>
background-color css
<style>
a { background-color: #A7A0FF; }
a { background-color: rgb(167,160,255); }
div.DivClassName
{
background-color: #A7A0FF;
}
.BgClassName
{
background-color: #A7A0FF;
}
</style>
border-color css
<style>
span { border-color: #A7A0FF; }
span { border-color: rgb(167,160,255); }
td.TdClassName
{
border-color: #A7A0FF;
}
.TagClassName
{
border-color: #A7A0FF;
}
</style>