#A890F1

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

Shades of Biloba Flower #A890F1

Tints of Biloba Flower #A890F1

Color information

#A890F1 (or 0xA890F1) is unknown color: approx Biloba Flower. HEX triplet: A8, 90 and F1. RGB value is (168,144,241). Sum of RGB (Red+Green+Blue) = 168+144+241=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #A890F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890F1 is #576F0E. Grayscale: #A1A1A1. Windows color (decimal): -5730063 or 15831208. OLE color: 15831208.

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

Color convert

RGB168144241-
CMYK0.300.4000.05
HSL254.85º77.6%75.49%-
HSV(B)254.85º40.25%94.51%-
XYZ4234.6287.69-
YUV162.23172.45132.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.38%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=30.38%
G=26.04%
B=43.58%

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
Decimal1681442410.300.4000.05254.8577.675.49
HexA890F11E2805ff4e4b
Octal250220361365005377116113
Binary1010100010010000111100011111010100001011111111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890F1; }

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

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

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

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

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

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

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

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