Shades of Perano #AFADFF
Tints of Perano #AFADFF
RGB
CMYK
RGB Variations
Color information
#AFADFF (or 0xAFADFF) is known color: Perano. HEX triplet: AF, AD and FF. RGB value is (175,173,255). Sum of RGB (Red+Green+Blue) = 175+173+255=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADFF is #505200. Grayscale: #B6B6B6. Windows color (decimal): -5263873 or 16756143. OLE color: 16756143.
HSL color Cylindrical-coordinate representation of color #AFADFF: hue angle of 241.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFADFF is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 173 | 255 | - |
| CMYK | 0.31 | 0.32 | 0 | 0 |
| HSL | 241.46º | 1% | 0.84% | - |
| HSV(B) | 241.46º | 0.32% | 1% | - |
| XYZ | 50.67 | 46.22 | 100.86 | - |
| YUV | 182.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 255 | 0.31 | 0.32 | 0 | 0 | 241.46 | 1 | 0.84 |
| Hex | AF | AD | FF | 1F | 20 | 0 | 0 | F1 | 64 | 54 |
| Octal | 257 | 255 | 377 | 37 | 40 | 0 | 0 | 361 | 144 | 124 |
| Binary | 10101111 | 10101101 | 11111111 | 11111 | 100000 | 0 | 0 | 11110001 | 1100100 | 1010100 |
Color Harmonies of #AFADFF
Complementary color
Monochromatic Colors of #AFADFF
Black with #AFADFF
Text Example
Text Example
White with #AFADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADFF; }
p { color: rgb(175,173,255); }
H1.HeaderClassName
{
color: #AFADFF;
}
.AnyTagClassName
{
color: #AFADFF;
}
</style>
background-color css
<style>
a { background-color: #AFADFF; }
a { background-color: rgb(175,173,255); }
div.DivClassName
{
background-color: #AFADFF;
}
.BgClassName
{
background-color: #AFADFF;
}
</style>
border-color css
<style>
span { border-color: #AFADFF; }
span { border-color: rgb(175,173,255); }
td.TdClassName
{
border-color: #AFADFF;
}
.TagClassName
{
border-color: #AFADFF;
}
</style>