Shades of Biloba Flower #A595F8
Tints of Biloba Flower #A595F8
RGB
CMYK
RGB Variations
Color information
#A595F8 (or 0xA595F8) is known color: Biloba Flower. HEX triplet: A5, 95 and F8. RGB value is (165,149,248). Sum of RGB (Red+Green+Blue) = 165+149+248=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #A595F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A595F8 is #5A6A07. Grayscale: #A4A4A4. Windows color (decimal): -5925384 or 16291237. OLE color: 16291237.
HSL color Cylindrical-coordinate representation of color #A595F8: hue angle of 249.7º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A595F8 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 149 | 248 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.03 |
| HSL | 249.7º | 0.88% | 0.78% | - |
| HSV(B) | 249.7º | 0.4% | 0.97% | - |
| XYZ | 43.21 | 36.27 | 93.53 | - |
| YUV | 165.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 248 | 0.33 | 0.40 | 0 | 0.03 | 249.7 | 0.88 | 0.78 |
| Hex | A5 | 95 | F8 | 21 | 28 | 0 | 3 | FA | 58 | 4E |
| Octal | 245 | 225 | 370 | 41 | 50 | 0 | 3 | 372 | 130 | 116 |
| Binary | 10100101 | 10010101 | 11111000 | 100001 | 101000 | 0 | 11 | 11111010 | 1011000 | 1001110 |
Color Harmonies of #A595F8
Complementary color
Monochromatic Colors of #A595F8
Black with #A595F8
Text Example
Text Example
White with #A595F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A595F8; }
p { color: rgb(165,149,248); }
H1.HeaderClassName
{
color: #A595F8;
}
.AnyTagClassName
{
color: #A595F8;
}
</style>
background-color css
<style>
a { background-color: #A595F8; }
a { background-color: rgb(165,149,248); }
div.DivClassName
{
background-color: #A595F8;
}
.BgClassName
{
background-color: #A595F8;
}
</style>
border-color css
<style>
span { border-color: #A595F8; }
span { border-color: rgb(165,149,248); }
td.TdClassName
{
border-color: #A595F8;
}
.TagClassName
{
border-color: #A595F8;
}
</style>