Shades of Perano #AFA6FB
Tints of Perano #AFA6FB
RGB
CMYK
RGB Variations
Color information
#AFA6FB (or 0xAFA6FB) is known color: Perano. HEX triplet: AF, A6 and FB. RGB value is (175,166,251). Sum of RGB (Red+Green+Blue) = 175+166+251=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFA6FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6FB is #505904. Grayscale: #B2B2B2. Windows color (decimal): -5265669 or 16492207. OLE color: 16492207.
HSL color Cylindrical-coordinate representation of color #AFA6FB: hue angle of 246.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFA6FB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 166 | 251 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.02 |
| HSL | 246.35º | 0.91% | 0.82% | - |
| HSV(B) | 246.35º | 0.34% | 0.98% | - |
| XYZ | 48.73 | 43.35 | 97.07 | - |
| YUV | 178.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 251 | 0.30 | 0.34 | 0 | 0.02 | 246.35 | 0.91 | 0.82 |
| Hex | AF | A6 | FB | 1E | 22 | 0 | 2 | F6 | 5B | 52 |
| Octal | 257 | 246 | 373 | 36 | 42 | 0 | 2 | 366 | 133 | 122 |
| Binary | 10101111 | 10100110 | 11111011 | 11110 | 100010 | 0 | 10 | 11110110 | 1011011 | 1010010 |
Color Harmonies of #AFA6FB
Complementary color
Monochromatic Colors of #AFA6FB
Black with #AFA6FB
Text Example
Text Example
White with #AFA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA6FB; }
p { color: rgb(175,166,251); }
H1.HeaderClassName
{
color: #AFA6FB;
}
.AnyTagClassName
{
color: #AFA6FB;
}
</style>
background-color css
<style>
a { background-color: #AFA6FB; }
a { background-color: rgb(175,166,251); }
div.DivClassName
{
background-color: #AFA6FB;
}
.BgClassName
{
background-color: #AFA6FB;
}
</style>
border-color css
<style>
span { border-color: #AFA6FB; }
span { border-color: rgb(175,166,251); }
td.TdClassName
{
border-color: #AFA6FB;
}
.TagClassName
{
border-color: #AFA6FB;
}
</style>