Shades of Perano #A49DFB
Tints of Perano #A49DFB
RGB
CMYK
RGB Variations
Color information
#A49DFB (or 0xA49DFB) is known color: Perano. HEX triplet: A4, 9D and FB. RGB value is (164,157,251). Sum of RGB (Red+Green+Blue) = 164+157+251=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #A49DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DFB is #5B6204. Grayscale: #A9A9A9. Windows color (decimal): -5988869 or 16489892. OLE color: 16489892.
HSL color Cylindrical-coordinate representation of color #A49DFB: hue angle of 244.47º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49DFB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 164 | 157 | 251 | - |
CMYK | 0.35 | 0.37 | 0 | 0.02 |
HSL | 244.47º | 0.92% | 0.8% | - |
HSV(B) | 244.47º | 0.37% | 0.98% | - |
XYZ | 44.78 | 38.97 | 96.43 | - |
YUV | 169.81 | 173.82 | 123.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 157 | 251 | 0.35 | 0.37 | 0 | 0.02 | 244.47 | 0.92 | 0.8 |
Hex | A4 | 9D | FB | 23 | 25 | 0 | 2 | F4 | 5C | 50 |
Octal | 244 | 235 | 373 | 43 | 45 | 0 | 2 | 364 | 134 | 120 |
Binary | 10100100 | 10011101 | 11111011 | 100011 | 100101 | 0 | 10 | 11110100 | 1011100 | 1010000 |
Color Harmonies of #A49DFB
Complementary color
Monochromatic Colors of #A49DFB
Black with #A49DFB
Text Example
Text Example
White with #A49DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DFB; }
p { color: rgb(164,157,251); }
H1.HeaderClassName
{
color: #A49DFB;
}
.AnyTagClassName
{
color: #A49DFB;
}
</style>
background-color css
<style>
a { background-color: #A49DFB; }
a { background-color: rgb(164,157,251); }
div.DivClassName
{
background-color: #A49DFB;
}
.BgClassName
{
background-color: #A49DFB;
}
</style>
border-color css
<style>
span { border-color: #A49DFB; }
span { border-color: rgb(164,157,251); }
td.TdClassName
{
border-color: #A49DFB;
}
.TagClassName
{
border-color: #A49DFB;
}
</style>