Shades of Biloba Flower #A893CC
Tints of Biloba Flower #A893CC
RGB
CMYK
RGB Variations
Color information
#A893CC (or 0xA893CC) is known color: Biloba Flower. HEX triplet: A8, 93 and CC. RGB value is (168,147,204). Sum of RGB (Red+Green+Blue) = 168+147+204=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A893CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893CC is #576C33. Grayscale: #9F9F9F. Windows color (decimal): -5729332 or 13407144. OLE color: 13407144.
HSL color Cylindrical-coordinate representation of color #A893CC: hue angle of 262.11º 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 #A893CC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 147 | 204 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.2 |
| HSL | 262.11º | 0.36% | 0.69% | - |
| HSV(B) | 262.11º | 0.28% | 0.8% | - |
| XYZ | 37.48 | 33.55 | 61.63 | - |
| YUV | 159.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 204 | 0.18 | 0.28 | 0 | 0.2 | 262.11 | 0.36 | 0.69 |
| Hex | A8 | 93 | CC | 12 | 1C | 0 | 14 | 106 | 24 | 45 |
| Octal | 250 | 223 | 314 | 22 | 34 | 0 | 24 | 406 | 44 | 105 |
| Binary | 10101000 | 10010011 | 11001100 | 10010 | 11100 | 0 | 10100 | 100000110 | 100100 | 1000101 |
Color Harmonies of #A893CC
Complementary color
Monochromatic Colors of #A893CC
Black with #A893CC
Text Example
Text Example
White with #A893CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A893CC; }
p { color: rgb(168,147,204); }
H1.HeaderClassName
{
color: #A893CC;
}
.AnyTagClassName
{
color: #A893CC;
}
</style>
background-color css
<style>
a { background-color: #A893CC; }
a { background-color: rgb(168,147,204); }
div.DivClassName
{
background-color: #A893CC;
}
.BgClassName
{
background-color: #A893CC;
}
</style>
border-color css
<style>
span { border-color: #A893CC; }
span { border-color: rgb(168,147,204); }
td.TdClassName
{
border-color: #A893CC;
}
.TagClassName
{
border-color: #A893CC;
}
</style>