#A890F6

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

Shades of Biloba Flower #A890F6

Tints of Biloba Flower #A890F6

Color information

#A890F6 (or 0xA890F6) is unknown color: approx Biloba Flower. HEX triplet: A8, 90 and F6. RGB value is (168,144,246). Sum of RGB (Red+Green+Blue) = 168+144+246=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #A890F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890F6 is #576F09. Grayscale: #A2A2A2. Windows color (decimal): -5730058 or 16158888. OLE color: 16158888.

HSL color Cylindrical-coordinate representation of color #A890F6: hue angle of 254.12º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A890F6 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168144246-
CMYK0.320.4100.04
HSL254.12º85%76.47%-
HSV(B)254.12º41.46%96.47%-
XYZ42.7634.9391.68-
YUV162.8174.95131.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 246 (96.48% from 255) = 44.09%
R=30.11%
G=25.81%
B=44.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681442460.320.4100.04254.128576.47
HexA890F6202904fe554c
Octal250220366405104376125114
Binary10101000100100001111011010000010100101001111111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890F6; }

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

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

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

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

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

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

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

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