Shades of Biloba Flower #AFA2D6
Tints of Biloba Flower #AFA2D6
RGB
CMYK
RGB Variations
Color information
#AFA2D6 (or 0xAFA2D6) is known color: Biloba Flower. HEX triplet: AF, A2 and D6. RGB value is (175,162,214). Sum of RGB (Red+Green+Blue) = 175+162+214=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFA2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2D6 is #505D29. Grayscale: #ABABAB. Windows color (decimal): -5266730 or 14066351. OLE color: 14066351.
HSL color Cylindrical-coordinate representation of color #AFA2D6: hue angle of 255º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA2D6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 162 | 214 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.16 |
| HSL | 255º | 0.39% | 0.74% | - |
| HSV(B) | 255º | 0.24% | 0.84% | - |
| XYZ | 42.74 | 39.81 | 69.05 | - |
| YUV | 171.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 214 | 0.18 | 0.24 | 0 | 0.16 | 255 | 0.39 | 0.74 |
| Hex | AF | A2 | D6 | 12 | 18 | 0 | 10 | FF | 27 | 4A |
| Octal | 257 | 242 | 326 | 22 | 30 | 0 | 20 | 377 | 47 | 112 |
| Binary | 10101111 | 10100010 | 11010110 | 10010 | 11000 | 0 | 10000 | 11111111 | 100111 | 1001010 |
Color Harmonies of #AFA2D6
Complementary color
Monochromatic Colors of #AFA2D6
Black with #AFA2D6
Text Example
Text Example
White with #AFA2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA2D6; }
p { color: rgb(175,162,214); }
H1.HeaderClassName
{
color: #AFA2D6;
}
.AnyTagClassName
{
color: #AFA2D6;
}
</style>
background-color css
<style>
a { background-color: #AFA2D6; }
a { background-color: rgb(175,162,214); }
div.DivClassName
{
background-color: #AFA2D6;
}
.BgClassName
{
background-color: #AFA2D6;
}
</style>
border-color css
<style>
span { border-color: #AFA2D6; }
span { border-color: rgb(175,162,214); }
td.TdClassName
{
border-color: #AFA2D6;
}
.TagClassName
{
border-color: #AFA2D6;
}
</style>