Shades of Biloba Flower #AF8ADC
Tints of Biloba Flower #AF8ADC
RGB
CMYK
RGB Variations
Color information
#AF8ADC (or 0xAF8ADC) is known color: Biloba Flower. HEX triplet: AF, 8A and DC. RGB value is (175,138,220). Sum of RGB (Red+Green+Blue) = 175+138+220=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF8ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ADC is #507523. Grayscale: #9E9E9E. Windows color (decimal): -5272868 or 14453423. OLE color: 14453423.
HSL color Cylindrical-coordinate representation of color #AF8ADC: hue angle of 267.07º degrees, saturation: 0.54, 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 #AF8ADC is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 138 | 220 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.14 |
| HSL | 267.07º | 0.54% | 0.7% | - |
| HSV(B) | 267.07º | 0.37% | 0.86% | - |
| XYZ | 39.69 | 32.46 | 71.88 | - |
| YUV | 158.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 220 | 0.20 | 0.37 | 0 | 0.14 | 267.07 | 0.54 | 0.7 |
| Hex | AF | 8A | DC | 14 | 25 | 0 | E | 10B | 36 | 46 |
| Octal | 257 | 212 | 334 | 24 | 45 | 0 | 16 | 413 | 66 | 106 |
| Binary | 10101111 | 10001010 | 11011100 | 10100 | 100101 | 0 | 1110 | 100001011 | 110110 | 1000110 |
Color Harmonies of #AF8ADC
Complementary color
Monochromatic Colors of #AF8ADC
Black with #AF8ADC
Text Example
Text Example
White with #AF8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ADC; }
p { color: rgb(175,138,220); }
H1.HeaderClassName
{
color: #AF8ADC;
}
.AnyTagClassName
{
color: #AF8ADC;
}
</style>
background-color css
<style>
a { background-color: #AF8ADC; }
a { background-color: rgb(175,138,220); }
div.DivClassName
{
background-color: #AF8ADC;
}
.BgClassName
{
background-color: #AF8ADC;
}
</style>
border-color css
<style>
span { border-color: #AF8ADC; }
span { border-color: rgb(175,138,220); }
td.TdClassName
{
border-color: #AF8ADC;
}
.TagClassName
{
border-color: #AF8ADC;
}
</style>