Shades of Biloba Flower #A592E0
Tints of Biloba Flower #A592E0
RGB
CMYK
RGB Variations
Color information
#A592E0 (or 0xA592E0) is known color: Biloba Flower. HEX triplet: A5, 92 and E0. RGB value is (165,146,224). Sum of RGB (Red+Green+Blue) = 165+146+224=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #A592E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592E0 is #5A6D1F. Grayscale: #A0A0A0. Windows color (decimal): -5926176 or 14717605. OLE color: 14717605.
HSL color Cylindrical-coordinate representation of color #A592E0: hue angle of 254.62º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A592E0 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 146 | 224 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.12 |
| HSL | 254.62º | 0.56% | 0.73% | - |
| HSV(B) | 254.62º | 0.35% | 0.88% | - |
| XYZ | 39.25 | 33.94 | 75 | - |
| YUV | 160.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 224 | 0.26 | 0.35 | 0 | 0.12 | 254.62 | 0.56 | 0.73 |
| Hex | A5 | 92 | E0 | 1A | 23 | 0 | C | FF | 38 | 49 |
| Octal | 245 | 222 | 340 | 32 | 43 | 0 | 14 | 377 | 70 | 111 |
| Binary | 10100101 | 10010010 | 11100000 | 11010 | 100011 | 0 | 1100 | 11111111 | 111000 | 1001001 |
Color Harmonies of #A592E0
Complementary color
Monochromatic Colors of #A592E0
Black with #A592E0
Text Example
Text Example
White with #A592E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592E0; }
p { color: rgb(165,146,224); }
H1.HeaderClassName
{
color: #A592E0;
}
.AnyTagClassName
{
color: #A592E0;
}
</style>
background-color css
<style>
a { background-color: #A592E0; }
a { background-color: rgb(165,146,224); }
div.DivClassName
{
background-color: #A592E0;
}
.BgClassName
{
background-color: #A592E0;
}
</style>
border-color css
<style>
span { border-color: #A592E0; }
span { border-color: rgb(165,146,224); }
td.TdClassName
{
border-color: #A592E0;
}
.TagClassName
{
border-color: #A592E0;
}
</style>