Shades of Perano #AFA7FB
Tints of Perano #AFA7FB
RGB
CMYK
RGB Variations
Color information
#AFA7FB (or 0xAFA7FB) is known color: Perano. HEX triplet: AF, A7 and FB. RGB value is (175,167,251). Sum of RGB (Red+Green+Blue) = 175+167+251=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFA7FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7FB is #505804. Grayscale: #B2B2B2. Windows color (decimal): -5265413 or 16492463. OLE color: 16492463.
HSL color Cylindrical-coordinate representation of color #AFA7FB: hue angle of 245.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA7FB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 167 | 251 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.02 |
| HSL | 245.71º | 0.91% | 0.82% | - |
| HSV(B) | 245.71º | 0.33% | 0.98% | - |
| XYZ | 48.91 | 43.72 | 97.13 | - |
| YUV | 178.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 251 | 0.30 | 0.33 | 0 | 0.02 | 245.71 | 0.91 | 0.82 |
| Hex | AF | A7 | FB | 1E | 21 | 0 | 2 | F6 | 5B | 52 |
| Octal | 257 | 247 | 373 | 36 | 41 | 0 | 2 | 366 | 133 | 122 |
| Binary | 10101111 | 10100111 | 11111011 | 11110 | 100001 | 0 | 10 | 11110110 | 1011011 | 1010010 |
Color Harmonies of #AFA7FB
Complementary color
Monochromatic Colors of #AFA7FB
Black with #AFA7FB
Text Example
Text Example
White with #AFA7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA7FB; }
p { color: rgb(175,167,251); }
H1.HeaderClassName
{
color: #AFA7FB;
}
.AnyTagClassName
{
color: #AFA7FB;
}
</style>
background-color css
<style>
a { background-color: #AFA7FB; }
a { background-color: rgb(175,167,251); }
div.DivClassName
{
background-color: #AFA7FB;
}
.BgClassName
{
background-color: #AFA7FB;
}
</style>
border-color css
<style>
span { border-color: #AFA7FB; }
span { border-color: rgb(175,167,251); }
td.TdClassName
{
border-color: #AFA7FB;
}
.TagClassName
{
border-color: #AFA7FB;
}
</style>