Shades of Perano #AFADF0
Tints of Perano #AFADF0
RGB
CMYK
RGB Variations
Color information
#AFADF0 (or 0xAFADF0) is known color: Perano. HEX triplet: AF, AD and F0. RGB value is (175,173,240). Sum of RGB (Red+Green+Blue) = 175+173+240=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADF0 is #50520F. Grayscale: #B4B4B4. Windows color (decimal): -5263888 or 15773103. OLE color: 15773103.
HSL color Cylindrical-coordinate representation of color #AFADF0: hue angle of 241.79º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFADF0 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 173 | 240 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.06 |
| HSL | 241.79º | 0.69% | 0.81% | - |
| HSV(B) | 241.79º | 0.28% | 0.94% | - |
| XYZ | 48.35 | 45.29 | 88.63 | - |
| YUV | 181.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 240 | 0.27 | 0.28 | 0 | 0.06 | 241.79 | 0.69 | 0.81 |
| Hex | AF | AD | F0 | 1B | 1C | 0 | 6 | F2 | 45 | 51 |
| Octal | 257 | 255 | 360 | 33 | 34 | 0 | 6 | 362 | 105 | 121 |
| Binary | 10101111 | 10101101 | 11110000 | 11011 | 11100 | 0 | 110 | 11110010 | 1000101 | 1010001 |
Color Harmonies of #AFADF0
Complementary color
Monochromatic Colors of #AFADF0
Black with #AFADF0
Text Example
Text Example
White with #AFADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADF0; }
p { color: rgb(175,173,240); }
H1.HeaderClassName
{
color: #AFADF0;
}
.AnyTagClassName
{
color: #AFADF0;
}
</style>
background-color css
<style>
a { background-color: #AFADF0; }
a { background-color: rgb(175,173,240); }
div.DivClassName
{
background-color: #AFADF0;
}
.BgClassName
{
background-color: #AFADF0;
}
</style>
border-color css
<style>
span { border-color: #AFADF0; }
span { border-color: rgb(175,173,240); }
td.TdClassName
{
border-color: #AFADF0;
}
.TagClassName
{
border-color: #AFADF0;
}
</style>