#A393EE

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

Shades of Biloba Flower #A393EE

Tints of Biloba Flower #A393EE

Color information

#A393EE (or 0xA393EE) is unknown color: approx Biloba Flower. HEX triplet: A3, 93 and EE. RGB value is (163,147,238). Sum of RGB (Red+Green+Blue) = 163+147+238=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #A393EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393EE is #5C6C11. Grayscale: #A1A1A1. Windows color (decimal): -6056978 or 15635363. OLE color: 15635363.

HSL color Cylindrical-coordinate representation of color #A393EE: hue angle of 250.55º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A393EE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163147238-
CMYK0.320.3800.07
HSL250.55º72.8%75.49%-
HSV(B)250.55º38.24%93.33%-
XYZ40.9734.8385.45-
YUV162.16170.8128.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.74%
GREEN value IS 147 (57.81% from 255) = 26.82%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=29.74%
G=26.82%
B=43.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631472380.320.3800.07250.5572.875.49
HexA393EE202607fb494b
Octal243223356404607373111113
Binary10100011100100111110111010000010011001111111101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393EE; }

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

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

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

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

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

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

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

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