Shades of Biloba Flower #A681D5
Tints of Biloba Flower #A681D5
RGB
CMYK
RGB Variations
Color information
#A681D5 (or 0xA681D5) is known color: Biloba Flower. HEX triplet: A6, 81 and D5. RGB value is (166,129,213). Sum of RGB (Red+Green+Blue) = 166+129+213=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #A681D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681D5 is #597E2A. Grayscale: #959595. Windows color (decimal): -5865003 or 13992358. OLE color: 13992358.
HSL color Cylindrical-coordinate representation of color #A681D5: hue angle of 266.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A681D5 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 129 | 213 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.16 |
| HSL | 266.43º | 0.5% | 0.67% | - |
| HSV(B) | 266.43º | 0.39% | 0.84% | - |
| XYZ | 35.59 | 28.61 | 66.6 | - |
| YUV | 149.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 213 | 0.22 | 0.39 | 0 | 0.16 | 266.43 | 0.5 | 0.67 |
| Hex | A6 | 81 | D5 | 16 | 27 | 0 | 10 | 10A | 32 | 43 |
| Octal | 246 | 201 | 325 | 26 | 47 | 0 | 20 | 412 | 62 | 103 |
| Binary | 10100110 | 10000001 | 11010101 | 10110 | 100111 | 0 | 10000 | 100001010 | 110010 | 1000011 |
Color Harmonies of #A681D5
Complementary color
Monochromatic Colors of #A681D5
Black with #A681D5
Text Example
Text Example
White with #A681D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681D5; }
p { color: rgb(166,129,213); }
H1.HeaderClassName
{
color: #A681D5;
}
.AnyTagClassName
{
color: #A681D5;
}
</style>
background-color css
<style>
a { background-color: #A681D5; }
a { background-color: rgb(166,129,213); }
div.DivClassName
{
background-color: #A681D5;
}
.BgClassName
{
background-color: #A681D5;
}
</style>
border-color css
<style>
span { border-color: #A681D5; }
span { border-color: rgb(166,129,213); }
td.TdClassName
{
border-color: #A681D5;
}
.TagClassName
{
border-color: #A681D5;
}
</style>