Shades of Biloba Flower #A795E0
Tints of Biloba Flower #A795E0
RGB
CMYK
RGB Variations
Color information
#A795E0 (or 0xA795E0) is known color: Biloba Flower. HEX triplet: A7, 95 and E0. RGB value is (167,149,224). Sum of RGB (Red+Green+Blue) = 167+149+224=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #A795E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795E0 is #586A1F. Grayscale: #A2A2A2. Windows color (decimal): -5794336 or 14718375. OLE color: 14718375.
HSL color Cylindrical-coordinate representation of color #A795E0: hue angle of 254.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A795E0 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 149 | 224 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.12 |
| HSL | 254.4º | 0.55% | 0.73% | - |
| HSV(B) | 254.4º | 0.33% | 0.88% | - |
| XYZ | 40.14 | 35.09 | 75.18 | - |
| YUV | 162.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 224 | 0.25 | 0.33 | 0 | 0.12 | 254.4 | 0.55 | 0.73 |
| Hex | A7 | 95 | E0 | 19 | 21 | 0 | C | FE | 37 | 49 |
| Octal | 247 | 225 | 340 | 31 | 41 | 0 | 14 | 376 | 67 | 111 |
| Binary | 10100111 | 10010101 | 11100000 | 11001 | 100001 | 0 | 1100 | 11111110 | 110111 | 1001001 |
Color Harmonies of #A795E0
Complementary color
Monochromatic Colors of #A795E0
Black with #A795E0
Text Example
Text Example
White with #A795E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A795E0; }
p { color: rgb(167,149,224); }
H1.HeaderClassName
{
color: #A795E0;
}
.AnyTagClassName
{
color: #A795E0;
}
</style>
background-color css
<style>
a { background-color: #A795E0; }
a { background-color: rgb(167,149,224); }
div.DivClassName
{
background-color: #A795E0;
}
.BgClassName
{
background-color: #A795E0;
}
</style>
border-color css
<style>
span { border-color: #A795E0; }
span { border-color: rgb(167,149,224); }
td.TdClassName
{
border-color: #A795E0;
}
.TagClassName
{
border-color: #A795E0;
}
</style>