Shades of Perano #AFADFC
Tints of Perano #AFADFC
RGB
CMYK
RGB Variations
Color information
#AFADFC (or 0xAFADFC) is known color: Perano. HEX triplet: AF, AD and FC. RGB value is (175,173,252). Sum of RGB (Red+Green+Blue) = 175+173+252=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADFC is #505203. Grayscale: #B6B6B6. Windows color (decimal): -5263876 or 16559535. OLE color: 16559535.
HSL color Cylindrical-coordinate representation of color #AFADFC: hue angle of 241.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFADFC is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 173 | 252 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.01 |
| HSL | 241.52º | 0.93% | 0.83% | - |
| HSV(B) | 241.52º | 0.31% | 0.99% | - |
| XYZ | 50.19 | 46.03 | 98.33 | - |
| YUV | 182.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 252 | 0.31 | 0.31 | 0 | 0.01 | 241.52 | 0.93 | 0.83 |
| Hex | AF | AD | FC | 1F | 1F | 0 | 1 | F2 | 5D | 53 |
| Octal | 257 | 255 | 374 | 37 | 37 | 0 | 1 | 362 | 135 | 123 |
| Binary | 10101111 | 10101101 | 11111100 | 11111 | 11111 | 0 | 1 | 11110010 | 1011101 | 1010011 |
Color Harmonies of #AFADFC
Complementary color
Monochromatic Colors of #AFADFC
Black with #AFADFC
Text Example
Text Example
White with #AFADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADFC; }
p { color: rgb(175,173,252); }
H1.HeaderClassName
{
color: #AFADFC;
}
.AnyTagClassName
{
color: #AFADFC;
}
</style>
background-color css
<style>
a { background-color: #AFADFC; }
a { background-color: rgb(175,173,252); }
div.DivClassName
{
background-color: #AFADFC;
}
.BgClassName
{
background-color: #AFADFC;
}
</style>
border-color css
<style>
span { border-color: #AFADFC; }
span { border-color: rgb(175,173,252); }
td.TdClassName
{
border-color: #AFADFC;
}
.TagClassName
{
border-color: #AFADFC;
}
</style>