#A891F1

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

Shades of Biloba Flower #A891F1

Tints of Biloba Flower #A891F1

Color information

#A891F1 (or 0xA891F1) is unknown color: approx Biloba Flower. HEX triplet: A8, 91 and F1. RGB value is (168,145,241). Sum of RGB (Red+Green+Blue) = 168+145+241=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #A891F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A891F1 is #576E0E. Grayscale: #A2A2A2. Windows color (decimal): -5729807 or 15831464. OLE color: 15831464.

HSL color Cylindrical-coordinate representation of color #A891F1: hue angle of 254.38º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A891F1 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168145241-
CMYK0.300.4000.05
HSL254.38º77.42%75.69%-
HSV(B)254.38º39.83%94.51%-
XYZ42.1534.9387.74-
YUV162.82172.12131.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.32%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=30.32%
G=26.17%
B=43.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681452410.300.4000.05254.3877.4275.69
HexA891F11E2805fe4d4c
Octal250221361365005376115114
Binary1010100010010001111100011111010100001011111111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891F1; }

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

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

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

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

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

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

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

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