Shades of Biloba Flower #A592FB
Tints of Biloba Flower #A592FB
RGB
CMYK
RGB Variations
Color information
#A592FB (or 0xA592FB) is known color: Biloba Flower. HEX triplet: A5, 92 and FB. RGB value is (165,146,251). Sum of RGB (Red+Green+Blue) = 165+146+251=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #A592FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592FB is #5A6D04. Grayscale: #A3A3A3. Windows color (decimal): -5926149 or 16487077. OLE color: 16487077.
HSL color Cylindrical-coordinate representation of color #A592FB: hue angle of 250.86º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A592FB is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 146 | 251 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.02 |
| HSL | 250.86º | 0.93% | 0.78% | - |
| HSV(B) | 250.86º | 0.42% | 0.98% | - |
| XYZ | 43.21 | 35.52 | 95.85 | - |
| YUV | 163.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 251 | 0.34 | 0.42 | 0 | 0.02 | 250.86 | 0.93 | 0.78 |
| Hex | A5 | 92 | FB | 22 | 2A | 0 | 2 | FB | 5D | 4E |
| Octal | 245 | 222 | 373 | 42 | 52 | 0 | 2 | 373 | 135 | 116 |
| Binary | 10100101 | 10010010 | 11111011 | 100010 | 101010 | 0 | 10 | 11111011 | 1011101 | 1001110 |
Color Harmonies of #A592FB
Complementary color
Monochromatic Colors of #A592FB
Black with #A592FB
Text Example
Text Example
White with #A592FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592FB; }
p { color: rgb(165,146,251); }
H1.HeaderClassName
{
color: #A592FB;
}
.AnyTagClassName
{
color: #A592FB;
}
</style>
background-color css
<style>
a { background-color: #A592FB; }
a { background-color: rgb(165,146,251); }
div.DivClassName
{
background-color: #A592FB;
}
.BgClassName
{
background-color: #A592FB;
}
</style>
border-color css
<style>
span { border-color: #A592FB; }
span { border-color: rgb(165,146,251); }
td.TdClassName
{
border-color: #A592FB;
}
.TagClassName
{
border-color: #A592FB;
}
</style>