#A890DA

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

Shades of Biloba Flower #A890DA

Tints of Biloba Flower #A890DA

Color information

#A890DA (or 0xA890DA) is unknown color: approx Biloba Flower. HEX triplet: A8, 90 and DA. RGB value is (168,144,218). Sum of RGB (Red+Green+Blue) = 168+144+218=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A890DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890DA is #576F25. Grayscale: #9F9F9F. Windows color (decimal): -5730086 or 14323880. OLE color: 14323880.

HSL color Cylindrical-coordinate representation of color #A890DA: hue angle of 259.46º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A890DA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168144218-
CMYK0.230.3400.15
HSL259.46º50%70.98%-
HSV(B)259.46º33.94%85.49%-
XYZ38.7833.3370.72-
YUV159.61160.95133.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=31.70%
G=27.17%
B=41.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681442180.230.3400.15259.465070.98
HexA890DA17220F1033247
Octal250220332274201740362107
Binary10101000100100001101101010111100010011111000000111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890DA; }

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

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

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

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

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

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

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

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