#a893e3

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

Shades of Biloba Flower #A893E3

Tints of Biloba Flower #A893E3

Color information

#A893E3 (or 0xA893E3) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and E3. RGB value is (168,147,227). Sum of RGB (Red+Green+Blue) = 168+147+227=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #A893E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893E3 is #576C1C. Grayscale: #A2A2A2. Windows color (decimal): -5729309 or 14914472. OLE color: 14914472.

HSL color Cylindrical-coordinate representation of color #A893E3: hue angle of 255.75º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A893E3 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168147227-
CMYK0.260.3500.11
HSL255.75º58.82%73.33%-
HSV(B)255.75º35.24%89.02%-
XYZ40.4534.7477.25-
YUV162.4164.46132-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 227 (89.06% from 255) = 41.88%
R=31.00%
G=27.12%
B=41.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681472270.260.3500.11255.7558.8273.33
HexA893E31A230B1003b49
Octal250223343324301340073111
Binary10101000100100111110001111010100011010111000000001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a893e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a893e3; }

 p { color: rgb(168,147,227); }

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

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

 a { background-color: rgb(168,147,227); }

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

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

 span { border-color: rgb(168,147,227); }

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