Shades of Perano #A89EFB
Tints of Perano #A89EFB
RGB
CMYK
RGB Variations
Color information
#A89EFB (or 0xA89EFB) is known color: Perano. HEX triplet: A8, 9E and FB. RGB value is (168,158,251). Sum of RGB (Red+Green+Blue) = 168+158+251=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #A89EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89EFB is #576104. Grayscale: #ABABAB. Windows color (decimal): -5726469 or 16490152. OLE color: 16490152.
HSL color Cylindrical-coordinate representation of color #A89EFB: hue angle of 246.45º 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 #A89EFB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 158 | 251 | - |
CMYK | 0.33 | 0.37 | 0 | 0.02 |
HSL | 246.45º | 0.92% | 0.8% | - |
HSV(B) | 246.45º | 0.37% | 0.98% | - |
XYZ | 45.79 | 39.74 | 96.52 | - |
YUV | 171.59 | 172.81 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 158 | 251 | 0.33 | 0.37 | 0 | 0.02 | 246.45 | 0.92 | 0.8 |
Hex | A8 | 9E | FB | 21 | 25 | 0 | 2 | F6 | 5C | 50 |
Octal | 250 | 236 | 373 | 41 | 45 | 0 | 2 | 366 | 134 | 120 |
Binary | 10101000 | 10011110 | 11111011 | 100001 | 100101 | 0 | 10 | 11110110 | 1011100 | 1010000 |
Color Harmonies of #A89EFB
Complementary color
Monochromatic Colors of #A89EFB
Black with #A89EFB
Text Example
Text Example
White with #A89EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EFB; }
p { color: rgb(168,158,251); }
H1.HeaderClassName
{
color: #A89EFB;
}
.AnyTagClassName
{
color: #A89EFB;
}
</style>
background-color css
<style>
a { background-color: #A89EFB; }
a { background-color: rgb(168,158,251); }
div.DivClassName
{
background-color: #A89EFB;
}
.BgClassName
{
background-color: #A89EFB;
}
</style>
border-color css
<style>
span { border-color: #A89EFB; }
span { border-color: rgb(168,158,251); }
td.TdClassName
{
border-color: #A89EFB;
}
.TagClassName
{
border-color: #A89EFB;
}
</style>