Shades of Perano #A09EF3
Tints of Perano #A09EF3
RGB
CMYK
RGB Variations
Color information
#A09EF3 (or 0xA09EF3) is known color: Perano. HEX triplet: A0, 9E and F3. RGB value is (160,158,243). Sum of RGB (Red+Green+Blue) = 160+158+243=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #A09EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EF3 is #5F610C. Grayscale: #A7A7A7. Windows color (decimal): -6250765 or 15965856. OLE color: 15965856.
HSL color Cylindrical-coordinate representation of color #A09EF3: hue angle of 241.41º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09EF3 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 158 | 243 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.05 |
| HSL | 241.41º | 0.78% | 0.79% | - |
| HSV(B) | 241.41º | 0.35% | 0.95% | - |
| XYZ | 42.9 | 38.4 | 89.94 | - |
| YUV | 168.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 243 | 0.34 | 0.35 | 0 | 0.05 | 241.41 | 0.78 | 0.79 |
| Hex | A0 | 9E | F3 | 22 | 23 | 0 | 5 | F1 | 4E | 4F |
| Octal | 240 | 236 | 363 | 42 | 43 | 0 | 5 | 361 | 116 | 117 |
| Binary | 10100000 | 10011110 | 11110011 | 100010 | 100011 | 0 | 101 | 11110001 | 1001110 | 1001111 |
Color Harmonies of #A09EF3
Complementary color
Monochromatic Colors of #A09EF3
Black with #A09EF3
Text Example
Text Example
White with #A09EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EF3; }
p { color: rgb(160,158,243); }
H1.HeaderClassName
{
color: #A09EF3;
}
.AnyTagClassName
{
color: #A09EF3;
}
</style>
background-color css
<style>
a { background-color: #A09EF3; }
a { background-color: rgb(160,158,243); }
div.DivClassName
{
background-color: #A09EF3;
}
.BgClassName
{
background-color: #A09EF3;
}
</style>
border-color css
<style>
span { border-color: #A09EF3; }
span { border-color: rgb(160,158,243); }
td.TdClassName
{
border-color: #A09EF3;
}
.TagClassName
{
border-color: #A09EF3;
}
</style>