Shades of Biloba Flower #A692CF
Tints of Biloba Flower #A692CF
RGB
CMYK
RGB Variations
Color information
#A692CF (or 0xA692CF) is known color: Biloba Flower. HEX triplet: A6, 92 and CF. RGB value is (166,146,207). Sum of RGB (Red+Green+Blue) = 166+146+207=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #A692CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692CF is #596D30. Grayscale: #9E9E9E. Windows color (decimal): -5860657 or 13603494. OLE color: 13603494.
HSL color Cylindrical-coordinate representation of color #A692CF: hue angle of 259.67º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A692CF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 146 | 207 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.19 |
| HSL | 259.67º | 0.39% | 0.69% | - |
| HSV(B) | 259.67º | 0.29% | 0.81% | - |
| XYZ | 37.27 | 33.17 | 63.47 | - |
| YUV | 158.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 207 | 0.20 | 0.29 | 0 | 0.19 | 259.67 | 0.39 | 0.69 |
| Hex | A6 | 92 | CF | 14 | 1D | 0 | 13 | 104 | 27 | 45 |
| Octal | 246 | 222 | 317 | 24 | 35 | 0 | 23 | 404 | 47 | 105 |
| Binary | 10100110 | 10010010 | 11001111 | 10100 | 11101 | 0 | 10011 | 100000100 | 100111 | 1000101 |
Color Harmonies of #A692CF
Complementary color
Monochromatic Colors of #A692CF
Black with #A692CF
Text Example
Text Example
White with #A692CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A692CF; }
p { color: rgb(166,146,207); }
H1.HeaderClassName
{
color: #A692CF;
}
.AnyTagClassName
{
color: #A692CF;
}
</style>
background-color css
<style>
a { background-color: #A692CF; }
a { background-color: rgb(166,146,207); }
div.DivClassName
{
background-color: #A692CF;
}
.BgClassName
{
background-color: #A692CF;
}
</style>
border-color css
<style>
span { border-color: #A692CF; }
span { border-color: rgb(166,146,207); }
td.TdClassName
{
border-color: #A692CF;
}
.TagClassName
{
border-color: #A692CF;
}
</style>