Shades of Perano #AFA9FE
Tints of Perano #AFA9FE
RGB
CMYK
RGB Variations
Color information
#AFA9FE (or 0xAFA9FE) is known color: Perano. HEX triplet: AF, A9 and FE. RGB value is (175,169,254). Sum of RGB (Red+Green+Blue) = 175+169+254=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFA9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA9FE is #505601. Grayscale: #B4B4B4. Windows color (decimal): -5264898 or 16689583. OLE color: 16689583.
HSL color Cylindrical-coordinate representation of color #AFA9FE: hue angle of 244.24º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA9FE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 169 | 254 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.00 |
| HSL | 244.24º | 0.98% | 0.83% | - |
| HSV(B) | 244.24º | 0.33% | 1% | - |
| XYZ | 49.76 | 44.65 | 99.76 | - |
| YUV | 180.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 254 | 0.31 | 0.33 | 0 | 0.00 | 244.24 | 0.98 | 0.83 |
| Hex | AF | A9 | FE | 1F | 21 | 0 | 0 | F4 | 62 | 53 |
| Octal | 257 | 251 | 376 | 37 | 41 | 0 | 0 | 364 | 142 | 123 |
| Binary | 10101111 | 10101001 | 11111110 | 11111 | 100001 | 0 | 0 | 11110100 | 1100010 | 1010011 |
Color Harmonies of #AFA9FE
Complementary color
Monochromatic Colors of #AFA9FE
Black with #AFA9FE
Text Example
Text Example
White with #AFA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA9FE; }
p { color: rgb(175,169,254); }
H1.HeaderClassName
{
color: #AFA9FE;
}
.AnyTagClassName
{
color: #AFA9FE;
}
</style>
background-color css
<style>
a { background-color: #AFA9FE; }
a { background-color: rgb(175,169,254); }
div.DivClassName
{
background-color: #AFA9FE;
}
.BgClassName
{
background-color: #AFA9FE;
}
</style>
border-color css
<style>
span { border-color: #AFA9FE; }
span { border-color: rgb(175,169,254); }
td.TdClassName
{
border-color: #AFA9FE;
}
.TagClassName
{
border-color: #AFA9FE;
}
</style>