#A893F0

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

Shades of Biloba Flower #A893F0

Tints of Biloba Flower #A893F0

Color information

#A893F0 (or 0xA893F0) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and F0. RGB value is (168,147,240). Sum of RGB (Red+Green+Blue) = 168+147+240=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #A893F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A893F0 is #576C0F. Grayscale: #A3A3A3. Windows color (decimal): -5729296 or 15766440. OLE color: 15766440.

HSL color Cylindrical-coordinate representation of color #A893F0: hue angle of 253.55º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A893F0 is Cyan = 0.3, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168147240-
CMYK0.30.3900.06
HSL253.55º75.61%75.88%-
HSV(B)253.55º38.75%94.12%-
XYZ42.3135.4887.06-
YUV163.88170.96130.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 240 (94.14% from 255) = 43.24%
R=30.27%
G=26.49%
B=43.24%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1681472400.30.3900.06253.5575.6175.88
HexA893F01E2706fe4c4c
Octal250223360364706376114114
Binary1010100010010011111100001111010011101101111111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893F0; }

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

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

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

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

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

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

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

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