Shades of Biloba Flower #AF96CB
Tints of Biloba Flower #AF96CB
RGB
CMYK
RGB Variations
Color information
#AF96CB (or 0xAF96CB) is known color: Biloba Flower. HEX triplet: AF, 96 and CB. RGB value is (175,150,203). Sum of RGB (Red+Green+Blue) = 175+150+203=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF96CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96CB is #506934. Grayscale: #A3A3A3. Windows color (decimal): -5269813 or 13342383. OLE color: 13342383.
HSL color Cylindrical-coordinate representation of color #AF96CB: hue angle of 268.3º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF96CB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 150 | 203 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.20 |
| HSL | 268.3º | 0.34% | 0.69% | - |
| HSV(B) | 268.3º | 0.26% | 0.8% | - |
| XYZ | 39.37 | 35.24 | 61.23 | - |
| YUV | 163.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 203 | 0.14 | 0.26 | 0 | 0.20 | 268.3 | 0.34 | 0.69 |
| Hex | AF | 96 | CB | E | 1A | 0 | 14 | 10C | 22 | 45 |
| Octal | 257 | 226 | 313 | 16 | 32 | 0 | 24 | 414 | 42 | 105 |
| Binary | 10101111 | 10010110 | 11001011 | 1110 | 11010 | 0 | 10100 | 100001100 | 100010 | 1000101 |
Color Harmonies of #AF96CB
Complementary color
Monochromatic Colors of #AF96CB
Black with #AF96CB
Text Example
Text Example
White with #AF96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96CB; }
p { color: rgb(175,150,203); }
H1.HeaderClassName
{
color: #AF96CB;
}
.AnyTagClassName
{
color: #AF96CB;
}
</style>
background-color css
<style>
a { background-color: #AF96CB; }
a { background-color: rgb(175,150,203); }
div.DivClassName
{
background-color: #AF96CB;
}
.BgClassName
{
background-color: #AF96CB;
}
</style>
border-color css
<style>
span { border-color: #AF96CB; }
span { border-color: rgb(175,150,203); }
td.TdClassName
{
border-color: #AF96CB;
}
.TagClassName
{
border-color: #AF96CB;
}
</style>