Shades of Perano #AFADEE
Tints of Perano #AFADEE
RGB
CMYK
RGB Variations
Color information
#AFADEE (or 0xAFADEE) is known color: Perano. HEX triplet: AF, AD and EE. RGB value is (175,173,238). Sum of RGB (Red+Green+Blue) = 175+173+238=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADEE is #505211. Grayscale: #B4B4B4. Windows color (decimal): -5263890 or 15642031. OLE color: 15642031.
HSL color Cylindrical-coordinate representation of color #AFADEE: hue angle of 241.85º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFADEE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 173 | 238 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.07 |
| HSL | 241.85º | 0.66% | 0.81% | - |
| HSV(B) | 241.85º | 0.27% | 0.93% | - |
| XYZ | 48.06 | 45.17 | 87.08 | - |
| YUV | 181.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 238 | 0.26 | 0.27 | 0 | 0.07 | 241.85 | 0.66 | 0.81 |
| Hex | AF | AD | EE | 1A | 1B | 0 | 7 | F2 | 42 | 51 |
| Octal | 257 | 255 | 356 | 32 | 33 | 0 | 7 | 362 | 102 | 121 |
| Binary | 10101111 | 10101101 | 11101110 | 11010 | 11011 | 0 | 111 | 11110010 | 1000010 | 1010001 |
Color Harmonies of #AFADEE
Complementary color
Monochromatic Colors of #AFADEE
Black with #AFADEE
Text Example
Text Example
White with #AFADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADEE; }
p { color: rgb(175,173,238); }
H1.HeaderClassName
{
color: #AFADEE;
}
.AnyTagClassName
{
color: #AFADEE;
}
</style>
background-color css
<style>
a { background-color: #AFADEE; }
a { background-color: rgb(175,173,238); }
div.DivClassName
{
background-color: #AFADEE;
}
.BgClassName
{
background-color: #AFADEE;
}
</style>
border-color css
<style>
span { border-color: #AFADEE; }
span { border-color: rgb(175,173,238); }
td.TdClassName
{
border-color: #AFADEE;
}
.TagClassName
{
border-color: #AFADEE;
}
</style>