Shades of Biloba Flower #A693CF
Tints of Biloba Flower #A693CF
RGB
CMYK
RGB Variations
Color information
#A693CF (or 0xA693CF) is known color: Biloba Flower. HEX triplet: A6, 93 and CF. RGB value is (166,147,207). Sum of RGB (Red+Green+Blue) = 166+147+207=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #A693CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693CF is #596C30. Grayscale: #9F9F9F. Windows color (decimal): -5860401 or 13603750. OLE color: 13603750.
HSL color Cylindrical-coordinate representation of color #A693CF: hue angle of 259º degrees, saturation: 0.38, 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 #A693CF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 147 | 207 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.19 |
| HSL | 259º | 0.38% | 0.69% | - |
| HSV(B) | 259º | 0.29% | 0.81% | - |
| XYZ | 37.42 | 33.48 | 63.52 | - |
| YUV | 159.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 207 | 0.20 | 0.29 | 0 | 0.19 | 259 | 0.38 | 0.69 |
| Hex | A6 | 93 | CF | 14 | 1D | 0 | 13 | 103 | 26 | 45 |
| Octal | 246 | 223 | 317 | 24 | 35 | 0 | 23 | 403 | 46 | 105 |
| Binary | 10100110 | 10010011 | 11001111 | 10100 | 11101 | 0 | 10011 | 100000011 | 100110 | 1000101 |
Color Harmonies of #A693CF
Complementary color
Monochromatic Colors of #A693CF
Black with #A693CF
Text Example
Text Example
White with #A693CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A693CF; }
p { color: rgb(166,147,207); }
H1.HeaderClassName
{
color: #A693CF;
}
.AnyTagClassName
{
color: #A693CF;
}
</style>
background-color css
<style>
a { background-color: #A693CF; }
a { background-color: rgb(166,147,207); }
div.DivClassName
{
background-color: #A693CF;
}
.BgClassName
{
background-color: #A693CF;
}
</style>
border-color css
<style>
span { border-color: #A693CF; }
span { border-color: rgb(166,147,207); }
td.TdClassName
{
border-color: #A693CF;
}
.TagClassName
{
border-color: #A693CF;
}
</style>