Shades of Perano #A7B3F3
Tints of Perano #A7B3F3
RGB
CMYK
RGB Variations
Color information
#A7B3F3 (or 0xA7B3F3) is known color: Perano. HEX triplet: A7, B3 and F3. RGB value is (167,179,243). Sum of RGB (Red+Green+Blue) = 167+179+243=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #A7B3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B3F3 is #584C0C. Grayscale: #B6B6B6. Windows color (decimal): -5786637 or 15971239. OLE color: 15971239.
HSL color Cylindrical-coordinate representation of color #A7B3F3: hue angle of 230.53º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7B3F3 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 179 | 243 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.05 |
| HSL | 230.53º | 0.76% | 0.8% | - |
| HSV(B) | 230.53º | 0.31% | 0.95% | - |
| XYZ | 48.23 | 46.93 | 91.31 | - |
| YUV | 182.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 243 | 0.31 | 0.26 | 0 | 0.05 | 230.53 | 0.76 | 0.8 |
| Hex | A7 | B3 | F3 | 1F | 1A | 0 | 5 | E7 | 4C | 50 |
| Octal | 247 | 263 | 363 | 37 | 32 | 0 | 5 | 347 | 114 | 120 |
| Binary | 10100111 | 10110011 | 11110011 | 11111 | 11010 | 0 | 101 | 11100111 | 1001100 | 1010000 |
Color Harmonies of #A7B3F3
Complementary color
Monochromatic Colors of #A7B3F3
Black with #A7B3F3
Text Example
Text Example
White with #A7B3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B3F3; }
p { color: rgb(167,179,243); }
H1.HeaderClassName
{
color: #A7B3F3;
}
.AnyTagClassName
{
color: #A7B3F3;
}
</style>
background-color css
<style>
a { background-color: #A7B3F3; }
a { background-color: rgb(167,179,243); }
div.DivClassName
{
background-color: #A7B3F3;
}
.BgClassName
{
background-color: #A7B3F3;
}
</style>
border-color css
<style>
span { border-color: #A7B3F3; }
span { border-color: rgb(167,179,243); }
td.TdClassName
{
border-color: #A7B3F3;
}
.TagClassName
{
border-color: #A7B3F3;
}
</style>