Shades of Perano #ADACFA
Tints of Perano #ADACFA
RGB
CMYK
RGB Variations
Color information
#ADACFA (or 0xADACFA) is known color: Perano. HEX triplet: AD, AC and FA. RGB value is (173,172,250). Sum of RGB (Red+Green+Blue) = 173+172+250=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACFA is #525305. Grayscale: #B4B4B4. Windows color (decimal): -5395206 or 16428205. OLE color: 16428205.
HSL color Cylindrical-coordinate representation of color #ADACFA: hue angle of 240.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADACFA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 172 | 250 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.02 |
| HSL | 240.77º | 0.89% | 0.83% | - |
| HSV(B) | 240.77º | 0.31% | 0.98% | - |
| XYZ | 49.24 | 45.29 | 96.59 | - |
| YUV | 181.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 250 | 0.31 | 0.31 | 0 | 0.02 | 240.77 | 0.89 | 0.83 |
| Hex | AD | AC | FA | 1F | 1F | 0 | 2 | F1 | 59 | 53 |
| Octal | 255 | 254 | 372 | 37 | 37 | 0 | 2 | 361 | 131 | 123 |
| Binary | 10101101 | 10101100 | 11111010 | 11111 | 11111 | 0 | 10 | 11110001 | 1011001 | 1010011 |
Color Harmonies of #ADACFA
Complementary color
Monochromatic Colors of #ADACFA
Black with #ADACFA
Text Example
Text Example
White with #ADACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACFA; }
p { color: rgb(173,172,250); }
H1.HeaderClassName
{
color: #ADACFA;
}
.AnyTagClassName
{
color: #ADACFA;
}
</style>
background-color css
<style>
a { background-color: #ADACFA; }
a { background-color: rgb(173,172,250); }
div.DivClassName
{
background-color: #ADACFA;
}
.BgClassName
{
background-color: #ADACFA;
}
</style>
border-color css
<style>
span { border-color: #ADACFA; }
span { border-color: rgb(173,172,250); }
td.TdClassName
{
border-color: #ADACFA;
}
.TagClassName
{
border-color: #ADACFA;
}
</style>