Shades of Biloba Flower #AD92CC
Tints of Biloba Flower #AD92CC
RGB
CMYK
RGB Variations
Color information
#AD92CC (or 0xAD92CC) is known color: Biloba Flower. HEX triplet: AD, 92 and CC. RGB value is (173,146,204). Sum of RGB (Red+Green+Blue) = 173+146+204=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD92CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92CC is #526D33. Grayscale: #A0A0A0. Windows color (decimal): -5401908 or 13406893. OLE color: 13406893.
HSL color Cylindrical-coordinate representation of color #AD92CC: hue angle of 267.93º 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 #AD92CC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 146 | 204 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.2 |
| HSL | 267.93º | 0.36% | 0.69% | - |
| HSV(B) | 267.93º | 0.28% | 0.8% | - |
| XYZ | 38.41 | 33.8 | 61.63 | - |
| YUV | 160.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 204 | 0.15 | 0.28 | 0 | 0.2 | 267.93 | 0.36 | 0.69 |
| Hex | AD | 92 | CC | F | 1C | 0 | 14 | 10C | 24 | 45 |
| Octal | 255 | 222 | 314 | 17 | 34 | 0 | 24 | 414 | 44 | 105 |
| Binary | 10101101 | 10010010 | 11001100 | 1111 | 11100 | 0 | 10100 | 100001100 | 100100 | 1000101 |
Color Harmonies of #AD92CC
Complementary color
Monochromatic Colors of #AD92CC
Black with #AD92CC
Text Example
Text Example
White with #AD92CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92CC; }
p { color: rgb(173,146,204); }
H1.HeaderClassName
{
color: #AD92CC;
}
.AnyTagClassName
{
color: #AD92CC;
}
</style>
background-color css
<style>
a { background-color: #AD92CC; }
a { background-color: rgb(173,146,204); }
div.DivClassName
{
background-color: #AD92CC;
}
.BgClassName
{
background-color: #AD92CC;
}
</style>
border-color css
<style>
span { border-color: #AD92CC; }
span { border-color: rgb(173,146,204); }
td.TdClassName
{
border-color: #AD92CC;
}
.TagClassName
{
border-color: #AD92CC;
}
</style>