#A393DE

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

Shades of Biloba Flower #A393DE

Tints of Biloba Flower #A393DE

Color information

#A393DE (or 0xA393DE) is unknown color: approx Biloba Flower. HEX triplet: A3, 93 and DE. RGB value is (163,147,222). Sum of RGB (Red+Green+Blue) = 163+147+222=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #A393DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393DE is #5C6C21. Grayscale: #A0A0A0. Windows color (decimal): -6056994 or 14586787. OLE color: 14586787.

HSL color Cylindrical-coordinate representation of color #A393DE: hue angle of 252.8º 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 #A393DE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163147222-
CMYK0.270.3400.13
HSL252.8º53.19%72.35%-
HSV(B)252.8º33.78%87.06%-
XYZ38.7233.9373.62-
YUV160.33162.8129.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=30.64%
G=27.63%
B=41.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631472220.270.3400.13252.853.1972.35
HexA393DE1B220Dfd3548
Octal243223336334201537565110
Binary1010001110010011110111101101110001001101111111011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393DE; }

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

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

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

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

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

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

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

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