#A890FB

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

Shades of Biloba Flower #A890FB

Tints of Biloba Flower #A890FB

Color information

#A890FB (or 0xA890FB) is unknown color: approx Biloba Flower. HEX triplet: A8, 90 and FB. RGB value is (168,144,251). Sum of RGB (Red+Green+Blue) = 168+144+251=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #A890FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890FB is #576F04. Grayscale: #A2A2A2. Windows color (decimal): -5730053 or 16486568. OLE color: 16486568.

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

Color convert

RGB168144251-
CMYK0.330.4300.02
HSL253.46º93.04%77.45%-
HSV(B)253.46º42.63%98.43%-
XYZ43.5335.2495.77-
YUV163.37177.45131.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 144 (56.64% from 255) = 25.58%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=29.84%
G=25.58%
B=44.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681442510.330.4300.02253.4693.0477.45
HexA890FB212B02fd5d4d
Octal250220373415302375135115
Binary1010100010010000111110111000011010110101111110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890FB; }

 p { color: rgb(168,144,251); }

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

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

 a { background-color: rgb(168,144,251); }

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

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

 span { border-color: rgb(168,144,251); }

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