Shades of Biloba Flower #AF93DA
Tints of Biloba Flower #AF93DA
RGB
CMYK
RGB Variations
Color information
#AF93DA (or 0xAF93DA) is known color: Biloba Flower. HEX triplet: AF, 93 and DA. RGB value is (175,147,218). Sum of RGB (Red+Green+Blue) = 175+147+218=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF93DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93DA is #506C25. Grayscale: #A3A3A3. Windows color (decimal): -5270566 or 14324655. OLE color: 14324655.
HSL color Cylindrical-coordinate representation of color #AF93DA: hue angle of 263.66º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF93DA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 147 | 218 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.15 |
| HSL | 263.66º | 0.49% | 0.72% | - |
| HSV(B) | 263.66º | 0.33% | 0.85% | - |
| XYZ | 40.77 | 35.04 | 70.95 | - |
| YUV | 163.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 218 | 0.20 | 0.33 | 0 | 0.15 | 263.66 | 0.49 | 0.72 |
| Hex | AF | 93 | DA | 14 | 21 | 0 | F | 108 | 31 | 48 |
| Octal | 257 | 223 | 332 | 24 | 41 | 0 | 17 | 410 | 61 | 110 |
| Binary | 10101111 | 10010011 | 11011010 | 10100 | 100001 | 0 | 1111 | 100001000 | 110001 | 1001000 |
Color Harmonies of #AF93DA
Complementary color
Monochromatic Colors of #AF93DA
Black with #AF93DA
Text Example
Text Example
White with #AF93DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93DA; }
p { color: rgb(175,147,218); }
H1.HeaderClassName
{
color: #AF93DA;
}
.AnyTagClassName
{
color: #AF93DA;
}
</style>
background-color css
<style>
a { background-color: #AF93DA; }
a { background-color: rgb(175,147,218); }
div.DivClassName
{
background-color: #AF93DA;
}
.BgClassName
{
background-color: #AF93DA;
}
</style>
border-color css
<style>
span { border-color: #AF93DA; }
span { border-color: rgb(175,147,218); }
td.TdClassName
{
border-color: #AF93DA;
}
.TagClassName
{
border-color: #AF93DA;
}
</style>