Shades of Biloba Flower #AE96CA
Tints of Biloba Flower #AE96CA
RGB
CMYK
RGB Variations
Color information
#AE96CA (or 0xAE96CA) is known color: Biloba Flower. HEX triplet: AE, 96 and CA. RGB value is (174,150,202). Sum of RGB (Red+Green+Blue) = 174+150+202=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96CA is #516935. Grayscale: #A2A2A2. Windows color (decimal): -5335350 or 13276846. OLE color: 13276846.
HSL color Cylindrical-coordinate representation of color #AE96CA: hue angle of 267.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE96CA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 150 | 202 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.21 |
| HSL | 267.69º | 0.33% | 0.69% | - |
| HSV(B) | 267.69º | 0.26% | 0.79% | - |
| XYZ | 39.02 | 35.08 | 60.59 | - |
| YUV | 163.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 202 | 0.14 | 0.26 | 0 | 0.21 | 267.69 | 0.33 | 0.69 |
| Hex | AE | 96 | CA | E | 1A | 0 | 15 | 10C | 21 | 45 |
| Octal | 256 | 226 | 312 | 16 | 32 | 0 | 25 | 414 | 41 | 105 |
| Binary | 10101110 | 10010110 | 11001010 | 1110 | 11010 | 0 | 10101 | 100001100 | 100001 | 1000101 |
Color Harmonies of #AE96CA
Complementary color
Monochromatic Colors of #AE96CA
Black with #AE96CA
Text Example
Text Example
White with #AE96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE96CA; }
p { color: rgb(174,150,202); }
H1.HeaderClassName
{
color: #AE96CA;
}
.AnyTagClassName
{
color: #AE96CA;
}
</style>
background-color css
<style>
a { background-color: #AE96CA; }
a { background-color: rgb(174,150,202); }
div.DivClassName
{
background-color: #AE96CA;
}
.BgClassName
{
background-color: #AE96CA;
}
</style>
border-color css
<style>
span { border-color: #AE96CA; }
span { border-color: rgb(174,150,202); }
td.TdClassName
{
border-color: #AE96CA;
}
.TagClassName
{
border-color: #AE96CA;
}
</style>