#A492E3

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

Shades of Biloba Flower #A492E3

Tints of Biloba Flower #A492E3

Color information

#A492E3 (or 0xA492E3) is unknown color: approx Biloba Flower. HEX triplet: A4, 92 and E3. RGB value is (164,146,227). Sum of RGB (Red+Green+Blue) = 164+146+227=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #A492E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492E3 is #5B6D1C. Grayscale: #A0A0A0. Windows color (decimal): -5991709 or 14914212. OLE color: 14914212.

HSL color Cylindrical-coordinate representation of color #A492E3: hue angle of 253.33º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A492E3 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164146227-
CMYK0.280.3600.11
HSL253.33º59.12%73.14%-
HSV(B)253.33º35.68%89.02%-
XYZ39.453477.16-
YUV160.62165.46130.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 227 (89.06% from 255) = 42.27%
R=30.54%
G=27.19%
B=42.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641462270.280.3600.11253.3359.1273.14
HexA492E31C240Bfd3b49
Octal244222343344401337573111
Binary1010010010010010111000111110010010001011111111011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492E3; }

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

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

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

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

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

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

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

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