Shades of Biloba Flower #AF8AD4
Tints of Biloba Flower #AF8AD4
RGB
CMYK
RGB Variations
Color information
#AF8AD4 (or 0xAF8AD4) is known color: Biloba Flower. HEX triplet: AF, 8A and D4. RGB value is (175,138,212). Sum of RGB (Red+Green+Blue) = 175+138+212=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF8AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AD4 is #50752B. Grayscale: #9D9D9D. Windows color (decimal): -5272876 or 13929135. OLE color: 13929135.
HSL color Cylindrical-coordinate representation of color #AF8AD4: hue angle of 270º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8AD4 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 138 | 212 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.17 |
| HSL | 270º | 0.46% | 0.69% | - |
| HSV(B) | 270º | 0.35% | 0.83% | - |
| XYZ | 38.65 | 32.04 | 66.44 | - |
| YUV | 157.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 212 | 0.17 | 0.35 | 0 | 0.17 | 270 | 0.46 | 0.69 |
| Hex | AF | 8A | D4 | 11 | 23 | 0 | 11 | 10E | 2E | 45 |
| Octal | 257 | 212 | 324 | 21 | 43 | 0 | 21 | 416 | 56 | 105 |
| Binary | 10101111 | 10001010 | 11010100 | 10001 | 100011 | 0 | 10001 | 100001110 | 101110 | 1000101 |
Color Harmonies of #AF8AD4
Complementary color
Monochromatic Colors of #AF8AD4
Black with #AF8AD4
Text Example
Text Example
White with #AF8AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8AD4; }
p { color: rgb(175,138,212); }
H1.HeaderClassName
{
color: #AF8AD4;
}
.AnyTagClassName
{
color: #AF8AD4;
}
</style>
background-color css
<style>
a { background-color: #AF8AD4; }
a { background-color: rgb(175,138,212); }
div.DivClassName
{
background-color: #AF8AD4;
}
.BgClassName
{
background-color: #AF8AD4;
}
</style>
border-color css
<style>
span { border-color: #AF8AD4; }
span { border-color: rgb(175,138,212); }
td.TdClassName
{
border-color: #AF8AD4;
}
.TagClassName
{
border-color: #AF8AD4;
}
</style>