Shades of Biloba Flower #AF91CC
Tints of Biloba Flower #AF91CC
RGB
CMYK
RGB Variations
Color information
#AF91CC (or 0xAF91CC) is known color: Biloba Flower. HEX triplet: AF, 91 and CC. RGB value is (175,145,204). Sum of RGB (Red+Green+Blue) = 175+145+204=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF91CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91CC is #506E33. Grayscale: #A0A0A0. Windows color (decimal): -5271092 or 13406639. OLE color: 13406639.
HSL color Cylindrical-coordinate representation of color #AF91CC: hue angle of 270.51º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF91CC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 145 | 204 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.2 |
| HSL | 270.51º | 0.37% | 0.68% | - |
| HSV(B) | 270.51º | 0.29% | 0.8% | - |
| XYZ | 38.7 | 33.72 | 61.6 | - |
| YUV | 160.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 204 | 0.14 | 0.29 | 0 | 0.2 | 270.51 | 0.37 | 0.68 |
| Hex | AF | 91 | CC | E | 1D | 0 | 14 | 10F | 25 | 44 |
| Octal | 257 | 221 | 314 | 16 | 35 | 0 | 24 | 417 | 45 | 104 |
| Binary | 10101111 | 10010001 | 11001100 | 1110 | 11101 | 0 | 10100 | 100001111 | 100101 | 1000100 |
Color Harmonies of #AF91CC
Complementary color
Monochromatic Colors of #AF91CC
Black with #AF91CC
Text Example
Text Example
White with #AF91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91CC; }
p { color: rgb(175,145,204); }
H1.HeaderClassName
{
color: #AF91CC;
}
.AnyTagClassName
{
color: #AF91CC;
}
</style>
background-color css
<style>
a { background-color: #AF91CC; }
a { background-color: rgb(175,145,204); }
div.DivClassName
{
background-color: #AF91CC;
}
.BgClassName
{
background-color: #AF91CC;
}
</style>
border-color css
<style>
span { border-color: #AF91CC; }
span { border-color: rgb(175,145,204); }
td.TdClassName
{
border-color: #AF91CC;
}
.TagClassName
{
border-color: #AF91CC;
}
</style>