Shades of Biloba Flower #A88CCC
Tints of Biloba Flower #A88CCC
RGB
CMYK
RGB Variations
Color information
#A88CCC (or 0xA88CCC) is known color: Biloba Flower. HEX triplet: A8, 8C and CC. RGB value is (168,140,204). Sum of RGB (Red+Green+Blue) = 168+140+204=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #A88CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CCC is #577333. Grayscale: #9B9B9B. Windows color (decimal): -5731124 or 13405352. OLE color: 13405352.
HSL color Cylindrical-coordinate representation of color #A88CCC: hue angle of 266.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88CCC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 140 | 204 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.2 |
| HSL | 266.25º | 0.39% | 0.67% | - |
| HSV(B) | 266.25º | 0.31% | 0.8% | - |
| XYZ | 36.43 | 31.44 | 61.28 | - |
| YUV | 155.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 204 | 0.18 | 0.31 | 0 | 0.2 | 266.25 | 0.39 | 0.67 |
| Hex | A8 | 8C | CC | 12 | 1F | 0 | 14 | 10A | 27 | 43 |
| Octal | 250 | 214 | 314 | 22 | 37 | 0 | 24 | 412 | 47 | 103 |
| Binary | 10101000 | 10001100 | 11001100 | 10010 | 11111 | 0 | 10100 | 100001010 | 100111 | 1000011 |
Color Harmonies of #A88CCC
Complementary color
Monochromatic Colors of #A88CCC
Black with #A88CCC
Text Example
Text Example
White with #A88CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CCC; }
p { color: rgb(168,140,204); }
H1.HeaderClassName
{
color: #A88CCC;
}
.AnyTagClassName
{
color: #A88CCC;
}
</style>
background-color css
<style>
a { background-color: #A88CCC; }
a { background-color: rgb(168,140,204); }
div.DivClassName
{
background-color: #A88CCC;
}
.BgClassName
{
background-color: #A88CCC;
}
</style>
border-color css
<style>
span { border-color: #A88CCC; }
span { border-color: rgb(168,140,204); }
td.TdClassName
{
border-color: #A88CCC;
}
.TagClassName
{
border-color: #A88CCC;
}
</style>