#A292E8

Color #A292E8 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A292E8

Tints of Biloba Flower #A292E8

Color information

#A292E8 (or 0xA292E8) is unknown color: approx Biloba Flower. HEX triplet: A2, 92 and E8. RGB value is (162,146,232). Sum of RGB (Red+Green+Blue) = 162+146+232=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #A292E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A292E8 is #5D6D17. Grayscale: #A0A0A0. Windows color (decimal): -6122776 or 15241890. OLE color: 15241890.

HSL color Cylindrical-coordinate representation of color #A292E8: hue angle of 251.16º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A292E8 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162146232-
CMYK0.300.3700.09
HSL251.16º65.15%74.12%-
HSV(B)251.16º37.07%90.98%-
XYZ39.7434.0780.82-
YUV160.59168.3129.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 30%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=30%
G=27.04%
B=42.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621462320.300.3700.09251.1665.1574.12
HexA292E81E2509fb414a
Octal2422223503645011373101112
Binary10100010100100101110100011110100101010011111101110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292E8; }

 p { color: rgb(162,146,232); }

 H1.HeaderClassName
 {
   color: #A292E8;
 }
 .AnyTagClassName
 {
   color: #A292E8;
 }
</style>
background-color css

<style>
 a { background-color: #A292E8; }

 a { background-color: rgb(162,146,232); }

 div.DivClassName
 {
   background-color: #A292E8;
 }
 .BgClassName
 {
   background-color: #A292E8;
 }
</style>
border-color css

<style>
 span { border-color: #A292E8; }

 span { border-color: rgb(162,146,232); }

 td.TdClassName
 {
   border-color: #A292E8;
 }
 .TagClassName
 {
   border-color: #A292E8;
 }
</style>