#A891DE

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

Shades of Biloba Flower #A891DE

Tints of Biloba Flower #A891DE

Color information

#A891DE (or 0xA891DE) is unknown color: approx Biloba Flower. HEX triplet: A8, 91 and DE. RGB value is (168,145,222). Sum of RGB (Red+Green+Blue) = 168+145+222=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #A891DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891DE is #576E21. Grayscale: #A0A0A0. Windows color (decimal): -5729826 or 14586280. OLE color: 14586280.

HSL color Cylindrical-coordinate representation of color #A891DE: hue angle of 257.92º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A891DE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168145222-
CMYK0.240.3500.13
HSL257.92º53.85%71.96%-
HSV(B)257.92º34.68%87.06%-
XYZ39.4633.8573.56-
YUV160.65162.62133.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=31.40%
G=27.10%
B=41.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681452220.240.3500.13257.9253.8571.96
HexA891DE18230D1023648
Octal250221336304301540266110
Binary10101000100100011101111011000100011011011000000101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891DE; }

 p { color: rgb(168,145,222); }

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

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

 a { background-color: rgb(168,145,222); }

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

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

 span { border-color: rgb(168,145,222); }

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