#A893E1

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

Shades of Biloba Flower #A893E1

Tints of Biloba Flower #A893E1

Color information

#A893E1 (or 0xA893E1) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and E1. RGB value is (168,147,225). Sum of RGB (Red+Green+Blue) = 168+147+225=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #A893E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893E1 is #576C1E. Grayscale: #A1A1A1. Windows color (decimal): -5729311 or 14783400. OLE color: 14783400.

HSL color Cylindrical-coordinate representation of color #A893E1: hue angle of 256.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A893E1 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168147225-
CMYK0.250.3500.12
HSL256.15º56.52%72.94%-
HSV(B)256.15º34.67%88.24%-
XYZ40.1734.6375.8-
YUV162.17163.46132.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.11%
GREEN value IS 147 (57.81% from 255) = 27.22%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=31.11%
G=27.22%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681472250.250.3500.12256.1556.5272.94
HexA893E119230C1003949
Octal250223341314301440071111
Binary10101000100100111110000111001100011011001000000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893E1; }

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

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

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

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

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

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

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

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