#A388E9

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

Shades of Biloba Flower #A388E9

Tints of Biloba Flower #A388E9

Color information

#A388E9 (or 0xA388E9) is unknown color: approx Biloba Flower. HEX triplet: A3, 88 and E9. RGB value is (163,136,233). Sum of RGB (Red+Green+Blue) = 163+136+233=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #A388E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388E9 is #5C7716. Grayscale: #9A9A9A. Windows color (decimal): -6059799 or 15304867. OLE color: 15304867.

HSL color Cylindrical-coordinate representation of color #A388E9: hue angle of 256.7º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A388E9 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163136233-
CMYK0.300.4200.09
HSL256.7º68.79%72.35%-
HSV(B)256.7º41.63%91.37%-
XYZ38.6231.2881.09-
YUV155.13171.95133.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=30.64%
G=25.56%
B=43.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631362330.300.4200.09256.768.7972.35
HexA388E91E2A091014548
Octal2432103513652011401105110
Binary101000111000100011101001111101010100100110000000110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388E9; }

 p { color: rgb(163,136,233); }

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

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

 a { background-color: rgb(163,136,233); }

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

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

 span { border-color: rgb(163,136,233); }

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