Shades of Perano #AFAFFF
Tints of Perano #AFAFFF
RGB
CMYK
RGB Variations
Color information
#AFAFFF (or 0xAFAFFF) is known color: Perano. HEX triplet: AF, AF and FF. RGB value is (175,175,255). Sum of RGB (Red+Green+Blue) = 175+175+255=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFAFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFFF is #505000. Grayscale: #B7B7B7. Windows color (decimal): -5263361 or 16756655. OLE color: 16756655.
HSL color Cylindrical-coordinate representation of color #AFAFFF: hue angle of 240º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFAFFF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 175 | 255 | - |
| CMYK | 0.31 | 0.31 | 0 | 0 |
| HSL | 240º | 1% | 0.84% | - |
| HSV(B) | 240º | 0.31% | 1% | - |
| XYZ | 51.06 | 46.99 | 100.99 | - |
| YUV | 184.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 255 | 0.31 | 0.31 | 0 | 0 | 240 | 1 | 0.84 |
| Hex | AF | AF | FF | 1F | 1F | 0 | 0 | F0 | 64 | 54 |
| Octal | 257 | 257 | 377 | 37 | 37 | 0 | 0 | 360 | 144 | 124 |
| Binary | 10101111 | 10101111 | 11111111 | 11111 | 11111 | 0 | 0 | 11110000 | 1100100 | 1010100 |
Color Harmonies of #AFAFFF
Complementary color
Monochromatic Colors of #AFAFFF
Black with #AFAFFF
Text Example
Text Example
White with #AFAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFFF; }
p { color: rgb(175,175,255); }
H1.HeaderClassName
{
color: #AFAFFF;
}
.AnyTagClassName
{
color: #AFAFFF;
}
</style>
background-color css
<style>
a { background-color: #AFAFFF; }
a { background-color: rgb(175,175,255); }
div.DivClassName
{
background-color: #AFAFFF;
}
.BgClassName
{
background-color: #AFAFFF;
}
</style>
border-color css
<style>
span { border-color: #AFAFFF; }
span { border-color: rgb(175,175,255); }
td.TdClassName
{
border-color: #AFAFFF;
}
.TagClassName
{
border-color: #AFAFFF;
}
</style>