Shades of Perano #AFADF2
Tints of Perano #AFADF2
RGB
CMYK
RGB Variations
Color information
#AFADF2 (or 0xAFADF2) is known color: Perano. HEX triplet: AF, AD and F2. RGB value is (175,173,242). Sum of RGB (Red+Green+Blue) = 175+173+242=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADF2 is #50520D. Grayscale: #B5B5B5. Windows color (decimal): -5263886 or 15904175. OLE color: 15904175.
HSL color Cylindrical-coordinate representation of color #AFADF2: hue angle of 241.74º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFADF2 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 173 | 242 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.05 |
| HSL | 241.74º | 0.73% | 0.81% | - |
| HSV(B) | 241.74º | 0.29% | 0.95% | - |
| XYZ | 48.65 | 45.41 | 90.21 | - |
| YUV | 181.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 242 | 0.28 | 0.29 | 0 | 0.05 | 241.74 | 0.73 | 0.81 |
| Hex | AF | AD | F2 | 1C | 1D | 0 | 5 | F2 | 49 | 51 |
| Octal | 257 | 255 | 362 | 34 | 35 | 0 | 5 | 362 | 111 | 121 |
| Binary | 10101111 | 10101101 | 11110010 | 11100 | 11101 | 0 | 101 | 11110010 | 1001001 | 1010001 |
Color Harmonies of #AFADF2
Complementary color
Monochromatic Colors of #AFADF2
Black with #AFADF2
Text Example
Text Example
White with #AFADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADF2; }
p { color: rgb(175,173,242); }
H1.HeaderClassName
{
color: #AFADF2;
}
.AnyTagClassName
{
color: #AFADF2;
}
</style>
background-color css
<style>
a { background-color: #AFADF2; }
a { background-color: rgb(175,173,242); }
div.DivClassName
{
background-color: #AFADF2;
}
.BgClassName
{
background-color: #AFADF2;
}
</style>
border-color css
<style>
span { border-color: #AFADF2; }
span { border-color: rgb(175,173,242); }
td.TdClassName
{
border-color: #AFADF2;
}
.TagClassName
{
border-color: #AFADF2;
}
</style>