#A891F8

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

Shades of Biloba Flower #A891F8

Tints of Biloba Flower #A891F8

Color information

#A891F8 (or 0xA891F8) is unknown color: approx Biloba Flower. HEX triplet: A8, 91 and F8. RGB value is (168,145,248). Sum of RGB (Red+Green+Blue) = 168+145+248=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #A891F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A891F8 is #576E07. Grayscale: #A3A3A3. Windows color (decimal): -5729800 or 16290216. OLE color: 16290216.

HSL color Cylindrical-coordinate representation of color #A891F8: hue angle of 253.4º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A891F8 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB168145248-
CMYK0.320.4200.03
HSL253.4º88.03%77.06%-
HSV(B)253.4º41.53%97.25%-
XYZ43.2235.3593.35-
YUV163.62175.62131.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 248 (97.27% from 255) = 44.21%
R=29.95%
G=25.85%
B=44.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1681452480.320.4200.03253.488.0377.06
HexA891F8202A03fd584d
Octal250221370405203375130115
Binary1010100010010001111110001000001010100111111110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891F8; }

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

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

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

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

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

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

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

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