Shades of Perano #ADACFC
Tints of Perano #ADACFC
RGB
CMYK
RGB Variations
Color information
#ADACFC (or 0xADACFC) is known color: Perano. HEX triplet: AD, AC and FC. RGB value is (173,172,252). Sum of RGB (Red+Green+Blue) = 173+172+252=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACFC is #525303. Grayscale: #B5B5B5. Windows color (decimal): -5395204 or 16559277. OLE color: 16559277.
HSL color Cylindrical-coordinate representation of color #ADACFC: hue angle of 240.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADACFC is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 172 | 252 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.01 |
| HSL | 240.75º | 0.93% | 0.83% | - |
| HSV(B) | 240.75º | 0.32% | 0.99% | - |
| XYZ | 49.56 | 45.42 | 98.25 | - |
| YUV | 181.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 252 | 0.31 | 0.32 | 0 | 0.01 | 240.75 | 0.93 | 0.83 |
| Hex | AD | AC | FC | 1F | 20 | 0 | 1 | F1 | 5D | 53 |
| Octal | 255 | 254 | 374 | 37 | 40 | 0 | 1 | 361 | 135 | 123 |
| Binary | 10101101 | 10101100 | 11111100 | 11111 | 100000 | 0 | 1 | 11110001 | 1011101 | 1010011 |
Color Harmonies of #ADACFC
Complementary color
Monochromatic Colors of #ADACFC
Black with #ADACFC
Text Example
Text Example
White with #ADACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACFC; }
p { color: rgb(173,172,252); }
H1.HeaderClassName
{
color: #ADACFC;
}
.AnyTagClassName
{
color: #ADACFC;
}
</style>
background-color css
<style>
a { background-color: #ADACFC; }
a { background-color: rgb(173,172,252); }
div.DivClassName
{
background-color: #ADACFC;
}
.BgClassName
{
background-color: #ADACFC;
}
</style>
border-color css
<style>
span { border-color: #ADACFC; }
span { border-color: rgb(173,172,252); }
td.TdClassName
{
border-color: #ADACFC;
}
.TagClassName
{
border-color: #ADACFC;
}
</style>