Shades of Perano #A7A3FB
Tints of Perano #A7A3FB
RGB
CMYK
RGB Variations
Color information
#A7A3FB (or 0xA7A3FB) is known color: Perano. HEX triplet: A7, A3 and FB. RGB value is (167,163,251). Sum of RGB (Red+Green+Blue) = 167+163+251=581 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.74% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7A3FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A3FB is #585C04. Grayscale: #ADADAD. Windows color (decimal): -5790725 or 16491431. OLE color: 16491431.
HSL color Cylindrical-coordinate representation of color #A7A3FB: hue angle of 242.73º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7A3FB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 163 | 251 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.02 |
| HSL | 242.73º | 0.92% | 0.81% | - |
| HSV(B) | 242.73º | 0.35% | 0.98% | - |
| XYZ | 46.45 | 41.37 | 96.8 | - |
| YUV | 174.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 251 | 0.33 | 0.35 | 0 | 0.02 | 242.73 | 0.92 | 0.81 |
| Hex | A7 | A3 | FB | 21 | 23 | 0 | 2 | F3 | 5C | 51 |
| Octal | 247 | 243 | 373 | 41 | 43 | 0 | 2 | 363 | 134 | 121 |
| Binary | 10100111 | 10100011 | 11111011 | 100001 | 100011 | 0 | 10 | 11110011 | 1011100 | 1010001 |
Color Harmonies of #A7A3FB
Complementary color
Monochromatic Colors of #A7A3FB
Black with #A7A3FB
Text Example
Text Example
White with #A7A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A3FB; }
p { color: rgb(167,163,251); }
H1.HeaderClassName
{
color: #A7A3FB;
}
.AnyTagClassName
{
color: #A7A3FB;
}
</style>
background-color css
<style>
a { background-color: #A7A3FB; }
a { background-color: rgb(167,163,251); }
div.DivClassName
{
background-color: #A7A3FB;
}
.BgClassName
{
background-color: #A7A3FB;
}
</style>
border-color css
<style>
span { border-color: #A7A3FB; }
span { border-color: rgb(167,163,251); }
td.TdClassName
{
border-color: #A7A3FB;
}
.TagClassName
{
border-color: #A7A3FB;
}
</style>