Shades of Perano #ADADFC
Tints of Perano #ADADFC
RGB
CMYK
RGB Variations
Color information
#ADADFC (or 0xADADFC) is known color: Perano. HEX triplet: AD, AD and FC. RGB value is (173,173,252). Sum of RGB (Red+Green+Blue) = 173+173+252=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADFC is #525203. Grayscale: #B5B5B5. Windows color (decimal): -5394948 or 16559533. OLE color: 16559533.
HSL color Cylindrical-coordinate representation of color #ADADFC: hue angle of 240º 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 #ADADFC is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 173 | 252 | - |
CMYK | 0.31 | 0.31 | 0 | 0.01 |
HSL | 240º | 0.93% | 0.83% | - |
HSV(B) | 240º | 0.31% | 0.99% | - |
XYZ | 49.75 | 45.8 | 98.31 | - |
YUV | 182.01 | 167.5 | 121.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 252 | 0.31 | 0.31 | 0 | 0.01 | 240 | 0.93 | 0.83 |
Hex | AD | AD | FC | 1F | 1F | 0 | 1 | F0 | 5D | 53 |
Octal | 255 | 255 | 374 | 37 | 37 | 0 | 1 | 360 | 135 | 123 |
Binary | 10101101 | 10101101 | 11111100 | 11111 | 11111 | 0 | 1 | 11110000 | 1011101 | 1010011 |
Color Harmonies of #ADADFC
Complementary color
Monochromatic Colors of #ADADFC
Black with #ADADFC
Text Example
Text Example
White with #ADADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADFC; }
p { color: rgb(173,173,252); }
H1.HeaderClassName
{
color: #ADADFC;
}
.AnyTagClassName
{
color: #ADADFC;
}
</style>
background-color css
<style>
a { background-color: #ADADFC; }
a { background-color: rgb(173,173,252); }
div.DivClassName
{
background-color: #ADADFC;
}
.BgClassName
{
background-color: #ADADFC;
}
</style>
border-color css
<style>
span { border-color: #ADADFC; }
span { border-color: rgb(173,173,252); }
td.TdClassName
{
border-color: #ADADFC;
}
.TagClassName
{
border-color: #ADADFC;
}
</style>