Shades of Biloba Flower #A894E6
Tints of Biloba Flower #A894E6
RGB
CMYK
RGB Variations
Color information
#A894E6 (or 0xA894E6) is known color: Biloba Flower. HEX triplet: A8, 94 and E6. RGB value is (168,148,230). Sum of RGB (Red+Green+Blue) = 168+148+230=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #A894E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894E6 is #576B19. Grayscale: #A3A3A3. Windows color (decimal): -5729050 or 15111336. OLE color: 15111336.
HSL color Cylindrical-coordinate representation of color #A894E6: hue angle of 254.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A894E6 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 148 | 230 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.10 |
| HSL | 254.63º | 0.62% | 0.74% | - |
| HSV(B) | 254.63º | 0.36% | 0.9% | - |
| XYZ | 41.02 | 35.22 | 79.5 | - |
| YUV | 163.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 230 | 0.27 | 0.36 | 0 | 0.10 | 254.63 | 0.62 | 0.74 |
| Hex | A8 | 94 | E6 | 1B | 24 | 0 | A | FF | 3E | 4A |
| Octal | 250 | 224 | 346 | 33 | 44 | 0 | 12 | 377 | 76 | 112 |
| Binary | 10101000 | 10010100 | 11100110 | 11011 | 100100 | 0 | 1010 | 11111111 | 111110 | 1001010 |
Color Harmonies of #A894E6
Complementary color
Monochromatic Colors of #A894E6
Black with #A894E6
Text Example
Text Example
White with #A894E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894E6; }
p { color: rgb(168,148,230); }
H1.HeaderClassName
{
color: #A894E6;
}
.AnyTagClassName
{
color: #A894E6;
}
</style>
background-color css
<style>
a { background-color: #A894E6; }
a { background-color: rgb(168,148,230); }
div.DivClassName
{
background-color: #A894E6;
}
.BgClassName
{
background-color: #A894E6;
}
</style>
border-color css
<style>
span { border-color: #A894E6; }
span { border-color: rgb(168,148,230); }
td.TdClassName
{
border-color: #A894E6;
}
.TagClassName
{
border-color: #A894E6;
}
</style>