#A890D1

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

Shades of Biloba Flower #A890D1

Tints of Biloba Flower #A890D1

Color information

#A890D1 (or 0xA890D1) is unknown color: approx Biloba Flower. HEX triplet: A8, 90 and D1. RGB value is (168,144,209). Sum of RGB (Red+Green+Blue) = 168+144+209=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #A890D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890D1 is #576F2E. Grayscale: #9E9E9E. Windows color (decimal): -5730095 or 13734056. OLE color: 13734056.

HSL color Cylindrical-coordinate representation of color #A890D1: hue angle of 262.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A890D1 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168144209-
CMYK0.200.3100.18
HSL262.15º41.4%69.22%-
HSV(B)262.15º31.1%81.96%-
XYZ37.6332.8764.68-
YUV158.59156.45134.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=32.25%
G=27.64%
B=40.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681442090.200.3100.18262.1541.469.22
HexA890D1141F0121062945
Octal250220321243702240651105
Binary10101000100100001101000110100111110100101000001101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890D1; }

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

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

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

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

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

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

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

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