Shades of Biloba Flower #A694CD
Tints of Biloba Flower #A694CD
RGB
CMYK
RGB Variations
Color information
#A694CD (or 0xA694CD) is known color: Biloba Flower. HEX triplet: A6, 94 and CD. RGB value is (166,148,205). Sum of RGB (Red+Green+Blue) = 166+148+205=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #A694CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694CD is #596B32. Grayscale: #9F9F9F. Windows color (decimal): -5860147 or 13472934. OLE color: 13472934.
HSL color Cylindrical-coordinate representation of color #A694CD: hue angle of 258.95º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A694CD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 148 | 205 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.20 |
| HSL | 258.95º | 0.36% | 0.69% | - |
| HSV(B) | 258.95º | 0.28% | 0.8% | - |
| XYZ | 37.34 | 33.69 | 62.29 | - |
| YUV | 159.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 205 | 0.19 | 0.28 | 0 | 0.20 | 258.95 | 0.36 | 0.69 |
| Hex | A6 | 94 | CD | 13 | 1C | 0 | 14 | 103 | 24 | 45 |
| Octal | 246 | 224 | 315 | 23 | 34 | 0 | 24 | 403 | 44 | 105 |
| Binary | 10100110 | 10010100 | 11001101 | 10011 | 11100 | 0 | 10100 | 100000011 | 100100 | 1000101 |
Color Harmonies of #A694CD
Complementary color
Monochromatic Colors of #A694CD
Black with #A694CD
Text Example
Text Example
White with #A694CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694CD; }
p { color: rgb(166,148,205); }
H1.HeaderClassName
{
color: #A694CD;
}
.AnyTagClassName
{
color: #A694CD;
}
</style>
background-color css
<style>
a { background-color: #A694CD; }
a { background-color: rgb(166,148,205); }
div.DivClassName
{
background-color: #A694CD;
}
.BgClassName
{
background-color: #A694CD;
}
</style>
border-color css
<style>
span { border-color: #A694CD; }
span { border-color: rgb(166,148,205); }
td.TdClassName
{
border-color: #A694CD;
}
.TagClassName
{
border-color: #A694CD;
}
</style>