#A493DE

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

Shades of Biloba Flower #A493DE

Tints of Biloba Flower #A493DE

Color information

#A493DE (or 0xA493DE) is unknown color: approx Biloba Flower. HEX triplet: A4, 93 and DE. RGB value is (164,147,222). Sum of RGB (Red+Green+Blue) = 164+147+222=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #A493DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493DE is #5B6C21. Grayscale: #A0A0A0. Windows color (decimal): -5991458 or 14586788. OLE color: 14586788.

HSL color Cylindrical-coordinate representation of color #A493DE: hue angle of 253.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A493DE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164147222-
CMYK0.260.3400.13
HSL253.6º53.19%72.35%-
HSV(B)253.6º33.78%87.06%-
XYZ38.9334.0373.62-
YUV160.63162.63130.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=30.77%
G=27.58%
B=41.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641472220.260.3400.13253.653.1972.35
HexA493DE1A220Dfe3548
Octal244223336324201537665110
Binary1010010010010011110111101101010001001101111111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493DE; }

 p { color: rgb(164,147,222); }

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

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

 a { background-color: rgb(164,147,222); }

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

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

 span { border-color: rgb(164,147,222); }

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