Shades of Biloba Flower #AF82DA
Tints of Biloba Flower #AF82DA
RGB
CMYK
RGB Variations
Color information
#AF82DA (or 0xAF82DA) is known color: Biloba Flower. HEX triplet: AF, 82 and DA. RGB value is (175,130,218). Sum of RGB (Red+Green+Blue) = 175+130+218=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF82DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82DA is #507D25. Grayscale: #999999. Windows color (decimal): -5274918 or 14320303. OLE color: 14320303.
HSL color Cylindrical-coordinate representation of color #AF82DA: hue angle of 270.68º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF82DA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 130 | 218 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.15 |
| HSL | 270.68º | 0.54% | 0.68% | - |
| HSV(B) | 270.68º | 0.4% | 0.85% | - |
| XYZ | 38.32 | 30.14 | 70.13 | - |
| YUV | 153.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 218 | 0.20 | 0.40 | 0 | 0.15 | 270.68 | 0.54 | 0.68 |
| Hex | AF | 82 | DA | 14 | 28 | 0 | F | 10F | 36 | 44 |
| Octal | 257 | 202 | 332 | 24 | 50 | 0 | 17 | 417 | 66 | 104 |
| Binary | 10101111 | 10000010 | 11011010 | 10100 | 101000 | 0 | 1111 | 100001111 | 110110 | 1000100 |
Color Harmonies of #AF82DA
Complementary color
Monochromatic Colors of #AF82DA
Black with #AF82DA
Text Example
Text Example
White with #AF82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF82DA; }
p { color: rgb(175,130,218); }
H1.HeaderClassName
{
color: #AF82DA;
}
.AnyTagClassName
{
color: #AF82DA;
}
</style>
background-color css
<style>
a { background-color: #AF82DA; }
a { background-color: rgb(175,130,218); }
div.DivClassName
{
background-color: #AF82DA;
}
.BgClassName
{
background-color: #AF82DA;
}
</style>
border-color css
<style>
span { border-color: #AF82DA; }
span { border-color: rgb(175,130,218); }
td.TdClassName
{
border-color: #AF82DA;
}
.TagClassName
{
border-color: #AF82DA;
}
</style>