Shades of Biloba Flower #A595CA
Tints of Biloba Flower #A595CA
RGB
CMYK
RGB Variations
Color information
#A595CA (or 0xA595CA) is known color: Biloba Flower. HEX triplet: A5, 95 and CA. RGB value is (165,149,202). Sum of RGB (Red+Green+Blue) = 165+149+202=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A595CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595CA is #5A6A35. Grayscale: #9F9F9F. Windows color (decimal): -5925430 or 13276581. OLE color: 13276581.
HSL color Cylindrical-coordinate representation of color #A595CA: hue angle of 258.11º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A595CA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 149 | 202 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.21 |
| HSL | 258.11º | 0.33% | 0.69% | - |
| HSV(B) | 258.11º | 0.26% | 0.79% | - |
| XYZ | 36.93 | 33.76 | 60.45 | - |
| YUV | 159.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 202 | 0.18 | 0.26 | 0 | 0.21 | 258.11 | 0.33 | 0.69 |
| Hex | A5 | 95 | CA | 12 | 1A | 0 | 15 | 102 | 21 | 45 |
| Octal | 245 | 225 | 312 | 22 | 32 | 0 | 25 | 402 | 41 | 105 |
| Binary | 10100101 | 10010101 | 11001010 | 10010 | 11010 | 0 | 10101 | 100000010 | 100001 | 1000101 |
Color Harmonies of #A595CA
Complementary color
Monochromatic Colors of #A595CA
Black with #A595CA
Text Example
Text Example
White with #A595CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A595CA; }
p { color: rgb(165,149,202); }
H1.HeaderClassName
{
color: #A595CA;
}
.AnyTagClassName
{
color: #A595CA;
}
</style>
background-color css
<style>
a { background-color: #A595CA; }
a { background-color: rgb(165,149,202); }
div.DivClassName
{
background-color: #A595CA;
}
.BgClassName
{
background-color: #A595CA;
}
</style>
border-color css
<style>
span { border-color: #A595CA; }
span { border-color: rgb(165,149,202); }
td.TdClassName
{
border-color: #A595CA;
}
.TagClassName
{
border-color: #A595CA;
}
</style>