#A292E9

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

Shades of Biloba Flower #A292E9

Tints of Biloba Flower #A292E9

Color information

#A292E9 (or 0xA292E9) is unknown color: approx Biloba Flower. HEX triplet: A2, 92 and E9. RGB value is (162,146,233). Sum of RGB (Red+Green+Blue) = 162+146+233=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #A292E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A292E9 is #5D6D16. Grayscale: #A0A0A0. Windows color (decimal): -6122775 or 15307426. OLE color: 15307426.

HSL color Cylindrical-coordinate representation of color #A292E9: hue angle of 251.03º degrees, saturation: 0.66, 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 #A292E9 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162146233-
CMYK0.300.3700.09
HSL251.03º66.41%74.31%-
HSV(B)251.03º37.34%91.37%-
XYZ39.8934.1281.57-
YUV160.7168.8128.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.94%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 233 (91.41% from 255) = 43.07%
R=29.94%
G=26.99%
B=43.07%

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
Decimal1621462330.300.3700.09251.0366.4174.31
HexA292E91E2509fb424a
Octal2422223513645011373102112
Binary10100010100100101110100111110100101010011111101110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292E9; }

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

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

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

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

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

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

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

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