#a391e8

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

Shades of Biloba Flower #A391E8

Tints of Biloba Flower #A391E8

Color information

#A391E8 (or 0xA391E8) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and E8. RGB value is (163,145,232). Sum of RGB (Red+Green+Blue) = 163+145+232=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #A391E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A391E8 is #5C6E17. Grayscale: #9F9F9F. Windows color (decimal): -6057496 or 15241635. OLE color: 15241635.

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

Color convert

RGB163145232-
CMYK0.300.3800.09
HSL252.41º65.41%73.92%-
HSV(B)252.41º37.5%90.98%-
XYZ39.833.8680.78-
YUV160.3168.46129.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=30.19%
G=26.85%
B=42.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631452320.300.3800.09252.4165.4173.92
HexA391E81E2609fc414a
Octal2432213503646011374101112
Binary10100011100100011110100011110100110010011111110010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a391e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a391e8; }

 p { color: rgb(163,145,232); }

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

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

 a { background-color: rgb(163,145,232); }

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

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

 span { border-color: rgb(163,145,232); }

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