Shades of Biloba Flower #A594CC
Tints of Biloba Flower #A594CC
RGB
CMYK
RGB Variations
Color information
#A594CC (or 0xA594CC) is known color: Biloba Flower. HEX triplet: A5, 94 and CC. RGB value is (165,148,204). Sum of RGB (Red+Green+Blue) = 165+148+204=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #A594CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594CC is #5A6B33. Grayscale: #9F9F9F. Windows color (decimal): -5925684 or 13407397. OLE color: 13407397.
HSL color Cylindrical-coordinate representation of color #A594CC: hue angle of 258.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A594CC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 148 | 204 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.2 |
| HSL | 258.21º | 0.35% | 0.69% | - |
| HSV(B) | 258.21º | 0.27% | 0.8% | - |
| XYZ | 37.01 | 33.54 | 61.65 | - |
| YUV | 159.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 204 | 0.19 | 0.27 | 0 | 0.2 | 258.21 | 0.35 | 0.69 |
| Hex | A5 | 94 | CC | 13 | 1B | 0 | 14 | 102 | 23 | 45 |
| Octal | 245 | 224 | 314 | 23 | 33 | 0 | 24 | 402 | 43 | 105 |
| Binary | 10100101 | 10010100 | 11001100 | 10011 | 11011 | 0 | 10100 | 100000010 | 100011 | 1000101 |
Color Harmonies of #A594CC
Complementary color
Monochromatic Colors of #A594CC
Black with #A594CC
Text Example
Text Example
White with #A594CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A594CC; }
p { color: rgb(165,148,204); }
H1.HeaderClassName
{
color: #A594CC;
}
.AnyTagClassName
{
color: #A594CC;
}
</style>
background-color css
<style>
a { background-color: #A594CC; }
a { background-color: rgb(165,148,204); }
div.DivClassName
{
background-color: #A594CC;
}
.BgClassName
{
background-color: #A594CC;
}
</style>
border-color css
<style>
span { border-color: #A594CC; }
span { border-color: rgb(165,148,204); }
td.TdClassName
{
border-color: #A594CC;
}
.TagClassName
{
border-color: #A594CC;
}
</style>