Shades of Biloba Flower #A292CC
Tints of Biloba Flower #A292CC
RGB
CMYK
RGB Variations
Color information
#A292CC (or 0xA292CC) is known color: Biloba Flower. HEX triplet: A2, 92 and CC. RGB value is (162,146,204). Sum of RGB (Red+Green+Blue) = 162+146+204=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 146 (57.42% from 255 or 28.52% 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 #A292CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292CC is #5D6D33. Grayscale: #9D9D9D. Windows color (decimal): -6122804 or 13406882. OLE color: 13406882.
HSL color Cylindrical-coordinate representation of color #A292CC: hue angle of 256.55º 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 #A292CC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 146 | 204 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.2 |
| HSL | 256.55º | 0.36% | 0.69% | - |
| HSV(B) | 256.55º | 0.28% | 0.8% | - |
| XYZ | 36.08 | 32.6 | 61.52 | - |
| YUV | 157.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 204 | 0.21 | 0.28 | 0 | 0.2 | 256.55 | 0.36 | 0.69 |
| Hex | A2 | 92 | CC | 15 | 1C | 0 | 14 | 101 | 24 | 45 |
| Octal | 242 | 222 | 314 | 25 | 34 | 0 | 24 | 401 | 44 | 105 |
| Binary | 10100010 | 10010010 | 11001100 | 10101 | 11100 | 0 | 10100 | 100000001 | 100100 | 1000101 |
Color Harmonies of #A292CC
Complementary color
Monochromatic Colors of #A292CC
Black with #A292CC
Text Example
Text Example
White with #A292CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292CC; }
p { color: rgb(162,146,204); }
H1.HeaderClassName
{
color: #A292CC;
}
.AnyTagClassName
{
color: #A292CC;
}
</style>
background-color css
<style>
a { background-color: #A292CC; }
a { background-color: rgb(162,146,204); }
div.DivClassName
{
background-color: #A292CC;
}
.BgClassName
{
background-color: #A292CC;
}
</style>
border-color css
<style>
span { border-color: #A292CC; }
span { border-color: rgb(162,146,204); }
td.TdClassName
{
border-color: #A292CC;
}
.TagClassName
{
border-color: #A292CC;
}
</style>