#A492E9

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

Shades of Biloba Flower #A492E9

Tints of Biloba Flower #A492E9

Color information

#A492E9 (or 0xA492E9) is unknown color: approx Biloba Flower. HEX triplet: A4, 92 and E9. RGB value is (164,146,233). Sum of RGB (Red+Green+Blue) = 164+146+233=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #A492E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492E9 is #5B6D16. Grayscale: #A0A0A0. Windows color (decimal): -5991703 or 15307428. OLE color: 15307428.

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

Color convert

RGB164146233-
CMYK0.300.3700.09
HSL252.41º66.41%74.31%-
HSV(B)252.41º37.34%91.37%-
XYZ40.334.3381.59-
YUV161.3168.46129.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.20%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=30.20%
G=26.89%
B=42.91%

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
Decimal1641462330.300.3700.09252.4166.4174.31
HexA492E91E2509fc424a
Octal2442223513645011374102112
Binary10100100100100101110100111110100101010011111110010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492E9; }

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

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

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

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

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

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

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

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