#a388e7

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

Shades of Biloba Flower #A388E7

Tints of Biloba Flower #A388E7

Color information

#A388E7 (or 0xA388E7) is unknown color: approx Biloba Flower. HEX triplet: A3, 88 and E7. RGB value is (163,136,231). Sum of RGB (Red+Green+Blue) = 163+136+231=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #A388E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388E7 is #5C7718. Grayscale: #9A9A9A. Windows color (decimal): -6059801 or 15173795. OLE color: 15173795.

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

Color convert

RGB163136231-
CMYK0.290.4100.09
HSL257.05º66.43%71.96%-
HSV(B)257.05º41.13%90.59%-
XYZ38.3331.1679.6-
YUV154.9170.95133.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 136 (53.52% from 255) = 25.66%
BLUE value IS 231 (90.62% from 255) = 43.58%
R=30.75%
G=25.66%
B=43.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631362310.290.4100.09257.0566.4371.96
HexA388E71D29091014248
Octal2432103473551011401102110
Binary101000111000100011100111111011010010100110000000110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a388e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a388e7; }

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

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

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

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

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

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

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

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