Shades of Perano #AFA8F9
Tints of Perano #AFA8F9
RGB
CMYK
RGB Variations
Color information
#AFA8F9 (or 0xAFA8F9) is known color: Perano. HEX triplet: AF, A8 and F9. RGB value is (175,168,249). Sum of RGB (Red+Green+Blue) = 175+168+249=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFA8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8F9 is #505706. Grayscale: #B3B3B3. Windows color (decimal): -5265159 or 16361647. OLE color: 16361647.
HSL color Cylindrical-coordinate representation of color #AFA8F9: hue angle of 245.19º degrees, saturation: 0.87, 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 #AFA8F9 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 168 | 249 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.02 |
| HSL | 245.19º | 0.87% | 0.82% | - |
| HSV(B) | 245.19º | 0.33% | 0.98% | - |
| XYZ | 48.78 | 43.96 | 95.54 | - |
| YUV | 179.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 249 | 0.30 | 0.33 | 0 | 0.02 | 245.19 | 0.87 | 0.82 |
| Hex | AF | A8 | F9 | 1E | 21 | 0 | 2 | F5 | 57 | 52 |
| Octal | 257 | 250 | 371 | 36 | 41 | 0 | 2 | 365 | 127 | 122 |
| Binary | 10101111 | 10101000 | 11111001 | 11110 | 100001 | 0 | 10 | 11110101 | 1010111 | 1010010 |
Color Harmonies of #AFA8F9
Complementary color
Monochromatic Colors of #AFA8F9
Black with #AFA8F9
Text Example
Text Example
White with #AFA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8F9; }
p { color: rgb(175,168,249); }
H1.HeaderClassName
{
color: #AFA8F9;
}
.AnyTagClassName
{
color: #AFA8F9;
}
</style>
background-color css
<style>
a { background-color: #AFA8F9; }
a { background-color: rgb(175,168,249); }
div.DivClassName
{
background-color: #AFA8F9;
}
.BgClassName
{
background-color: #AFA8F9;
}
</style>
border-color css
<style>
span { border-color: #AFA8F9; }
span { border-color: rgb(175,168,249); }
td.TdClassName
{
border-color: #AFA8F9;
}
.TagClassName
{
border-color: #AFA8F9;
}
</style>