#A891FA

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

Shades of Biloba Flower #A891FA

Tints of Biloba Flower #A891FA

Color information

#A891FA (or 0xA891FA) is unknown color: approx Biloba Flower. HEX triplet: A8, 91 and FA. RGB value is (168,145,250). Sum of RGB (Red+Green+Blue) = 168+145+250=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A891FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A891FA is #576E05. Grayscale: #A3A3A3. Windows color (decimal): -5729798 or 16421288. OLE color: 16421288.

HSL color Cylindrical-coordinate representation of color #A891FA: hue angle of 253.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A891FA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168145250-
CMYK0.330.4200.02
HSL253.14º91.3%77.45%-
HSV(B)253.14º42%98.04%-
XYZ43.5335.4895-
YUV163.85176.62130.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=29.84%
G=25.75%
B=44.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681452500.330.4200.02253.1491.377.45
HexA891FA212A02fd5b4d
Octal250221372415202375133115
Binary1010100010010001111110101000011010100101111110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891FA; }

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

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

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

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

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

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

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

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