Shades of Biloba Flower #AF8ADB
Tints of Biloba Flower #AF8ADB
RGB
CMYK
RGB Variations
Color information
#AF8ADB (or 0xAF8ADB) is known color: Biloba Flower. HEX triplet: AF, 8A and DB. RGB value is (175,138,219). Sum of RGB (Red+Green+Blue) = 175+138+219=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF8ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ADB is #507524. Grayscale: #9E9E9E. Windows color (decimal): -5272869 or 14387887. OLE color: 14387887.
HSL color Cylindrical-coordinate representation of color #AF8ADB: hue angle of 267.41º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF8ADB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 138 | 219 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.14 |
| HSL | 267.41º | 0.53% | 0.7% | - |
| HSV(B) | 267.41º | 0.37% | 0.86% | - |
| XYZ | 39.55 | 32.41 | 71.19 | - |
| YUV | 158.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 219 | 0.20 | 0.37 | 0 | 0.14 | 267.41 | 0.53 | 0.7 |
| Hex | AF | 8A | DB | 14 | 25 | 0 | E | 10B | 35 | 46 |
| Octal | 257 | 212 | 333 | 24 | 45 | 0 | 16 | 413 | 65 | 106 |
| Binary | 10101111 | 10001010 | 11011011 | 10100 | 100101 | 0 | 1110 | 100001011 | 110101 | 1000110 |
Color Harmonies of #AF8ADB
Complementary color
Monochromatic Colors of #AF8ADB
Black with #AF8ADB
Text Example
Text Example
White with #AF8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ADB; }
p { color: rgb(175,138,219); }
H1.HeaderClassName
{
color: #AF8ADB;
}
.AnyTagClassName
{
color: #AF8ADB;
}
</style>
background-color css
<style>
a { background-color: #AF8ADB; }
a { background-color: rgb(175,138,219); }
div.DivClassName
{
background-color: #AF8ADB;
}
.BgClassName
{
background-color: #AF8ADB;
}
</style>
border-color css
<style>
span { border-color: #AF8ADB; }
span { border-color: rgb(175,138,219); }
td.TdClassName
{
border-color: #AF8ADB;
}
.TagClassName
{
border-color: #AF8ADB;
}
</style>