Shades of Biloba Flower #AF95D1
Tints of Biloba Flower #AF95D1
RGB
CMYK
RGB Variations
Color information
#AF95D1 (or 0xAF95D1) is known color: Biloba Flower. HEX triplet: AF, 95 and D1. RGB value is (175,149,209). Sum of RGB (Red+Green+Blue) = 175+149+209=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF95D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95D1 is #506A2E. Grayscale: #A3A3A3. Windows color (decimal): -5270063 or 13735343. OLE color: 13735343.
HSL color Cylindrical-coordinate representation of color #AF95D1: hue angle of 266º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF95D1 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 149 | 209 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.18 |
| HSL | 266º | 0.39% | 0.7% | - |
| HSV(B) | 266º | 0.29% | 0.82% | - |
| XYZ | 39.94 | 35.21 | 65.01 | - |
| YUV | 163.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 209 | 0.16 | 0.29 | 0 | 0.18 | 266 | 0.39 | 0.7 |
| Hex | AF | 95 | D1 | 10 | 1D | 0 | 12 | 10A | 27 | 46 |
| Octal | 257 | 225 | 321 | 20 | 35 | 0 | 22 | 412 | 47 | 106 |
| Binary | 10101111 | 10010101 | 11010001 | 10000 | 11101 | 0 | 10010 | 100001010 | 100111 | 1000110 |
Color Harmonies of #AF95D1
Complementary color
Monochromatic Colors of #AF95D1
Black with #AF95D1
Text Example
Text Example
White with #AF95D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF95D1; }
p { color: rgb(175,149,209); }
H1.HeaderClassName
{
color: #AF95D1;
}
.AnyTagClassName
{
color: #AF95D1;
}
</style>
background-color css
<style>
a { background-color: #AF95D1; }
a { background-color: rgb(175,149,209); }
div.DivClassName
{
background-color: #AF95D1;
}
.BgClassName
{
background-color: #AF95D1;
}
</style>
border-color css
<style>
span { border-color: #AF95D1; }
span { border-color: rgb(175,149,209); }
td.TdClassName
{
border-color: #AF95D1;
}
.TagClassName
{
border-color: #AF95D1;
}
</style>