#A891F0

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

Shades of Biloba Flower #A891F0

Tints of Biloba Flower #A891F0

Color information

#A891F0 (or 0xA891F0) is unknown color: approx Biloba Flower. HEX triplet: A8, 91 and F0. RGB value is (168,145,240). Sum of RGB (Red+Green+Blue) = 168+145+240=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #A891F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A891F0 is #576E0F. Grayscale: #A2A2A2. Windows color (decimal): -5729808 or 15765928. OLE color: 15765928.

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

Color convert

RGB168145240-
CMYK0.30.4000.06
HSL254.53º76%75.49%-
HSV(B)254.53º39.58%94.12%-
XYZ4234.8786.95-
YUV162.71171.62131.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.38%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 240 (94.14% from 255) = 43.40%
R=30.38%
G=26.22%
B=43.40%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1681452400.30.4000.06254.537675.49
HexA891F01E2806ff4c4b
Octal250221360365006377114113
Binary1010100010010001111100001111010100001101111111110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891F0; }

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

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

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

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

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

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

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

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