Shades of Biloba Flower #AFA4DB
Tints of Biloba Flower #AFA4DB
RGB
CMYK
RGB Variations
Color information
#AFA4DB (or 0xAFA4DB) is known color: Biloba Flower. HEX triplet: AF, A4 and DB. RGB value is (175,164,219). Sum of RGB (Red+Green+Blue) = 175+164+219=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4DB is #505B24. Grayscale: #ADADAD. Windows color (decimal): -5266213 or 14394543. OLE color: 14394543.
HSL color Cylindrical-coordinate representation of color #AFA4DB: hue angle of 252º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA4DB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 175 | 164 | 219 | - |
CMYK | 0.20 | 0.25 | 0 | 0.14 |
HSL | 252º | 0.43% | 0.75% | - |
HSV(B) | 252º | 0.25% | 0.86% | - |
XYZ | 43.74 | 40.78 | 72.58 | - |
YUV | 173.56 | 153.64 | 129.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 164 | 219 | 0.20 | 0.25 | 0 | 0.14 | 252 | 0.43 | 0.75 |
Hex | AF | A4 | DB | 14 | 19 | 0 | E | FC | 2B | 4B |
Octal | 257 | 244 | 333 | 24 | 31 | 0 | 16 | 374 | 53 | 113 |
Binary | 10101111 | 10100100 | 11011011 | 10100 | 11001 | 0 | 1110 | 11111100 | 101011 | 1001011 |
Color Harmonies of #AFA4DB
Complementary color
Monochromatic Colors of #AFA4DB
Black with #AFA4DB
Text Example
Text Example
White with #AFA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA4DB; }
p { color: rgb(175,164,219); }
H1.HeaderClassName
{
color: #AFA4DB;
}
.AnyTagClassName
{
color: #AFA4DB;
}
</style>
background-color css
<style>
a { background-color: #AFA4DB; }
a { background-color: rgb(175,164,219); }
div.DivClassName
{
background-color: #AFA4DB;
}
.BgClassName
{
background-color: #AFA4DB;
}
</style>
border-color css
<style>
span { border-color: #AFA4DB; }
span { border-color: rgb(175,164,219); }
td.TdClassName
{
border-color: #AFA4DB;
}
.TagClassName
{
border-color: #AFA4DB;
}
</style>