#A387E3

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

Shades of Biloba Flower #A387E3

Tints of Biloba Flower #A387E3

Color information

#A387E3 (or 0xA387E3) is unknown color: approx Biloba Flower. HEX triplet: A3, 87 and E3. RGB value is (163,135,227). Sum of RGB (Red+Green+Blue) = 163+135+227=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #A387E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387E3 is #5C781C. Grayscale: #999999. Windows color (decimal): -6060061 or 14911395. OLE color: 14911395.

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

Color convert

RGB163135227-
CMYK0.280.4100.11
HSL258.26º62.16%70.98%-
HSV(B)258.26º40.53%89.02%-
XYZ37.6330.6676.61-
YUV153.86169.28134.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 135 (53.12% from 255) = 25.71%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=31.05%
G=25.71%
B=43.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631352270.280.4100.11258.2662.1670.98
HexA387E31C290B1023e47
Octal243207343345101340276107
Binary10100011100001111110001111100101001010111000000101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387E3; }

 p { color: rgb(163,135,227); }

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

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

 a { background-color: rgb(163,135,227); }

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

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

 span { border-color: rgb(163,135,227); }

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