#A893EC

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

Shades of Biloba Flower #A893EC

Tints of Biloba Flower #A893EC

Color information

#A893EC (or 0xA893EC) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and EC. RGB value is (168,147,236). Sum of RGB (Red+Green+Blue) = 168+147+236=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A893EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A893EC is #576C13. Grayscale: #A3A3A3. Windows color (decimal): -5729300 or 15504296. OLE color: 15504296.

HSL color Cylindrical-coordinate representation of color #A893EC: hue angle of 254.16º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A893EC is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168147236-
CMYK0.290.3800.07
HSL254.16º70.08%75.1%-
HSV(B)254.16º37.71%92.55%-
XYZ41.7235.2583.96-
YUV163.43168.96131.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=30.49%
G=26.68%
B=42.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681472360.290.3800.07254.1670.0875.1
HexA893EC1D2607fe464b
Octal250223354354607376106113
Binary1010100010010011111011001110110011001111111111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893EC; }

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

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

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

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

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

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

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

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