Shades of Perano #AFADED
Tints of Perano #AFADED
RGB
CMYK
RGB Variations
Color information
#AFADED (or 0xAFADED) is known color: Perano. HEX triplet: AF, AD and ED. RGB value is (175,173,237). Sum of RGB (Red+Green+Blue) = 175+173+237=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADED is #505212. Grayscale: #B4B4B4. Windows color (decimal): -5263891 or 15576495. OLE color: 15576495.
HSL color Cylindrical-coordinate representation of color #AFADED: hue angle of 241.88º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFADED is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 173 | 237 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.07 |
| HSL | 241.88º | 0.64% | 0.8% | - |
| HSV(B) | 241.88º | 0.27% | 0.93% | - |
| XYZ | 47.91 | 45.12 | 86.3 | - |
| YUV | 180.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 237 | 0.26 | 0.27 | 0 | 0.07 | 241.88 | 0.64 | 0.8 |
| Hex | AF | AD | ED | 1A | 1B | 0 | 7 | F2 | 40 | 50 |
| Octal | 257 | 255 | 355 | 32 | 33 | 0 | 7 | 362 | 100 | 120 |
| Binary | 10101111 | 10101101 | 11101101 | 11010 | 11011 | 0 | 111 | 11110010 | 1000000 | 1010000 |
Color Harmonies of #AFADED
Complementary color
Monochromatic Colors of #AFADED
Black with #AFADED
Text Example
Text Example
White with #AFADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADED; }
p { color: rgb(175,173,237); }
H1.HeaderClassName
{
color: #AFADED;
}
.AnyTagClassName
{
color: #AFADED;
}
</style>
background-color css
<style>
a { background-color: #AFADED; }
a { background-color: rgb(175,173,237); }
div.DivClassName
{
background-color: #AFADED;
}
.BgClassName
{
background-color: #AFADED;
}
</style>
border-color css
<style>
span { border-color: #AFADED; }
span { border-color: rgb(175,173,237); }
td.TdClassName
{
border-color: #AFADED;
}
.TagClassName
{
border-color: #AFADED;
}
</style>