#A492EA

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

Shades of Biloba Flower #A492EA

Tints of Biloba Flower #A492EA

Color information

#A492EA (or 0xA492EA) is unknown color: approx Biloba Flower. HEX triplet: A4, 92 and EA. RGB value is (164,146,234). Sum of RGB (Red+Green+Blue) = 164+146+234=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #A492EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492EA is #5B6D15. Grayscale: #A1A1A1. Windows color (decimal): -5991702 or 15372964. OLE color: 15372964.

HSL color Cylindrical-coordinate representation of color #A492EA: hue angle of 252.27º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A492EA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164146234-
CMYK0.300.3800.08
HSL252.27º67.69%74.51%-
HSV(B)252.27º37.61%91.76%-
XYZ40.4434.3982.35-
YUV161.41168.96129.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=30.15%
G=26.84%
B=43.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641462340.300.3800.08252.2767.6974.51
HexA492EA1E2608fc444b
Octal2442223523646010374104113
Binary10100100100100101110101011110100110010001111110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492EA; }

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

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

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

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

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

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

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

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