Shades of Biloba Flower #AF92CC
Tints of Biloba Flower #AF92CC
RGB
CMYK
RGB Variations
Color information
#AF92CC (or 0xAF92CC) is known color: Biloba Flower. HEX triplet: AF, 92 and CC. RGB value is (175,146,204). Sum of RGB (Red+Green+Blue) = 175+146+204=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF92CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92CC is #506D33. Grayscale: #A1A1A1. Windows color (decimal): -5270836 or 13406895. OLE color: 13406895.
HSL color Cylindrical-coordinate representation of color #AF92CC: hue angle of 270º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF92CC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 146 | 204 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.2 |
| HSL | 270º | 0.36% | 0.69% | - |
| HSV(B) | 270º | 0.28% | 0.8% | - |
| XYZ | 38.86 | 34.03 | 61.65 | - |
| YUV | 161.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 204 | 0.14 | 0.28 | 0 | 0.2 | 270 | 0.36 | 0.69 |
| Hex | AF | 92 | CC | E | 1C | 0 | 14 | 10E | 24 | 45 |
| Octal | 257 | 222 | 314 | 16 | 34 | 0 | 24 | 416 | 44 | 105 |
| Binary | 10101111 | 10010010 | 11001100 | 1110 | 11100 | 0 | 10100 | 100001110 | 100100 | 1000101 |
Color Harmonies of #AF92CC
Complementary color
Monochromatic Colors of #AF92CC
Black with #AF92CC
Text Example
Text Example
White with #AF92CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF92CC; }
p { color: rgb(175,146,204); }
H1.HeaderClassName
{
color: #AF92CC;
}
.AnyTagClassName
{
color: #AF92CC;
}
</style>
background-color css
<style>
a { background-color: #AF92CC; }
a { background-color: rgb(175,146,204); }
div.DivClassName
{
background-color: #AF92CC;
}
.BgClassName
{
background-color: #AF92CC;
}
</style>
border-color css
<style>
span { border-color: #AF92CC; }
span { border-color: rgb(175,146,204); }
td.TdClassName
{
border-color: #AF92CC;
}
.TagClassName
{
border-color: #AF92CC;
}
</style>