Shades of Perano #AFADEF
Tints of Perano #AFADEF
RGB
CMYK
RGB Variations
Color information
#AFADEF (or 0xAFADEF) is known color: Perano. HEX triplet: AF, AD and EF. RGB value is (175,173,239). Sum of RGB (Red+Green+Blue) = 175+173+239=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADEF is #505210. Grayscale: #B4B4B4. Windows color (decimal): -5263889 or 15707567. OLE color: 15707567.
HSL color Cylindrical-coordinate representation of color #AFADEF: hue angle of 241.82º degrees, saturation: 0.67, 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 #AFADEF is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 173 | 239 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.06 |
| HSL | 241.82º | 0.67% | 0.81% | - |
| HSV(B) | 241.82º | 0.28% | 0.94% | - |
| XYZ | 48.2 | 45.23 | 87.85 | - |
| YUV | 181.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 239 | 0.27 | 0.28 | 0 | 0.06 | 241.82 | 0.67 | 0.81 |
| Hex | AF | AD | EF | 1B | 1C | 0 | 6 | F2 | 43 | 51 |
| Octal | 257 | 255 | 357 | 33 | 34 | 0 | 6 | 362 | 103 | 121 |
| Binary | 10101111 | 10101101 | 11101111 | 11011 | 11100 | 0 | 110 | 11110010 | 1000011 | 1010001 |
Color Harmonies of #AFADEF
Complementary color
Monochromatic Colors of #AFADEF
Black with #AFADEF
Text Example
Text Example
White with #AFADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADEF; }
p { color: rgb(175,173,239); }
H1.HeaderClassName
{
color: #AFADEF;
}
.AnyTagClassName
{
color: #AFADEF;
}
</style>
background-color css
<style>
a { background-color: #AFADEF; }
a { background-color: rgb(175,173,239); }
div.DivClassName
{
background-color: #AFADEF;
}
.BgClassName
{
background-color: #AFADEF;
}
</style>
border-color css
<style>
span { border-color: #AFADEF; }
span { border-color: rgb(175,173,239); }
td.TdClassName
{
border-color: #AFADEF;
}
.TagClassName
{
border-color: #AFADEF;
}
</style>