Shades of Perano #ADA4FE
Tints of Perano #ADA4FE
RGB
CMYK
RGB Variations
Color information
#ADA4FE (or 0xADA4FE) is known color: Perano. HEX triplet: AD, A4 and FE. RGB value is (173,164,254). Sum of RGB (Red+Green+Blue) = 173+164+254=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADA4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA4FE is #525B01. Grayscale: #B0B0B0. Windows color (decimal): -5397250 or 16688301. OLE color: 16688301.
HSL color Cylindrical-coordinate representation of color #ADA4FE: hue angle of 246º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA4FE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 173 | 164 | 254 | - |
CMYK | 0.32 | 0.35 | 0 | 0.00 |
HSL | 246º | 0.98% | 0.82% | - |
HSV(B) | 246º | 0.35% | 1% | - |
XYZ | 48.4 | 42.59 | 99.44 | - |
YUV | 176.95 | 171.48 | 125.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 164 | 254 | 0.32 | 0.35 | 0 | 0.00 | 246 | 0.98 | 0.82 |
Hex | AD | A4 | FE | 20 | 23 | 0 | 0 | F6 | 62 | 52 |
Octal | 255 | 244 | 376 | 40 | 43 | 0 | 0 | 366 | 142 | 122 |
Binary | 10101101 | 10100100 | 11111110 | 100000 | 100011 | 0 | 0 | 11110110 | 1100010 | 1010010 |
Color Harmonies of #ADA4FE
Complementary color
Monochromatic Colors of #ADA4FE
Black with #ADA4FE
Text Example
Text Example
White with #ADA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4FE; }
p { color: rgb(173,164,254); }
H1.HeaderClassName
{
color: #ADA4FE;
}
.AnyTagClassName
{
color: #ADA4FE;
}
</style>
background-color css
<style>
a { background-color: #ADA4FE; }
a { background-color: rgb(173,164,254); }
div.DivClassName
{
background-color: #ADA4FE;
}
.BgClassName
{
background-color: #ADA4FE;
}
</style>
border-color css
<style>
span { border-color: #ADA4FE; }
span { border-color: rgb(173,164,254); }
td.TdClassName
{
border-color: #ADA4FE;
}
.TagClassName
{
border-color: #ADA4FE;
}
</style>