Shades of Biloba Flower #AF99CA
Tints of Biloba Flower #AF99CA
RGB
CMYK
RGB Variations
Color information
#AF99CA (or 0xAF99CA) is known color: Biloba Flower. HEX triplet: AF, 99 and CA. RGB value is (175,153,202). Sum of RGB (Red+Green+Blue) = 175+153+202=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99CA is #506635. Grayscale: #A4A4A4. Windows color (decimal): -5269046 or 13277615. OLE color: 13277615.
HSL color Cylindrical-coordinate representation of color #AF99CA: hue angle of 266.94º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF99CA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 153 | 202 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.21 |
| HSL | 266.94º | 0.32% | 0.7% | - |
| HSV(B) | 266.94º | 0.24% | 0.79% | - |
| XYZ | 39.73 | 36.16 | 60.76 | - |
| YUV | 165.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 202 | 0.13 | 0.24 | 0 | 0.21 | 266.94 | 0.32 | 0.7 |
| Hex | AF | 99 | CA | D | 18 | 0 | 15 | 10B | 20 | 46 |
| Octal | 257 | 231 | 312 | 15 | 30 | 0 | 25 | 413 | 40 | 106 |
| Binary | 10101111 | 10011001 | 11001010 | 1101 | 11000 | 0 | 10101 | 100001011 | 100000 | 1000110 |
Color Harmonies of #AF99CA
Complementary color
Monochromatic Colors of #AF99CA
Black with #AF99CA
Text Example
Text Example
White with #AF99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99CA; }
p { color: rgb(175,153,202); }
H1.HeaderClassName
{
color: #AF99CA;
}
.AnyTagClassName
{
color: #AF99CA;
}
</style>
background-color css
<style>
a { background-color: #AF99CA; }
a { background-color: rgb(175,153,202); }
div.DivClassName
{
background-color: #AF99CA;
}
.BgClassName
{
background-color: #AF99CA;
}
</style>
border-color css
<style>
span { border-color: #AF99CA; }
span { border-color: rgb(175,153,202); }
td.TdClassName
{
border-color: #AF99CA;
}
.TagClassName
{
border-color: #AF99CA;
}
</style>