Shades of Perano #A7BFFF
Tints of Perano #A7BFFF
RGB
CMYK
RGB Variations
Color information
#A7BFFF (or 0xA7BFFF) is known color: Perano. HEX triplet: A7, BF and FF. RGB value is (167,191,255). Sum of RGB (Red+Green+Blue) = 167+191+255=613 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.24% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BFFF is #584000. Grayscale: #BEBEBE. Windows color (decimal): -5783553 or 16760743. OLE color: 16760743.
HSL color Cylindrical-coordinate representation of color #A7BFFF: hue angle of 223.64º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7BFFF is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 191 | 255 | - |
| CMYK | 0.35 | 0.25 | 0 | 0 |
| HSL | 223.64º | 1% | 0.83% | - |
| HSV(B) | 223.64º | 0.35% | 1% | - |
| XYZ | 52.62 | 52.7 | 102.01 | - |
| YUV | 191.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 255 | 0.35 | 0.25 | 0 | 0 | 223.64 | 1 | 0.83 |
| Hex | A7 | BF | FF | 23 | 19 | 0 | 0 | E0 | 64 | 53 |
| Octal | 247 | 277 | 377 | 43 | 31 | 0 | 0 | 340 | 144 | 123 |
| Binary | 10100111 | 10111111 | 11111111 | 100011 | 11001 | 0 | 0 | 11100000 | 1100100 | 1010011 |
Color Harmonies of #A7BFFF
Complementary color
Monochromatic Colors of #A7BFFF
Black with #A7BFFF
Text Example
Text Example
White with #A7BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BFFF; }
p { color: rgb(167,191,255); }
H1.HeaderClassName
{
color: #A7BFFF;
}
.AnyTagClassName
{
color: #A7BFFF;
}
</style>
background-color css
<style>
a { background-color: #A7BFFF; }
a { background-color: rgb(167,191,255); }
div.DivClassName
{
background-color: #A7BFFF;
}
.BgClassName
{
background-color: #A7BFFF;
}
</style>
border-color css
<style>
span { border-color: #A7BFFF; }
span { border-color: rgb(167,191,255); }
td.TdClassName
{
border-color: #A7BFFF;
}
.TagClassName
{
border-color: #A7BFFF;
}
</style>