#A890CA

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

Shades of Biloba Flower #A890CA

Tints of Biloba Flower #A890CA

Color information

#A890CA (or 0xA890CA) is unknown color: approx Biloba Flower. HEX triplet: A8, 90 and CA. RGB value is (168,144,202). Sum of RGB (Red+Green+Blue) = 168+144+202=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #A890CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890CA is #576F35. Grayscale: #9D9D9D. Windows color (decimal): -5730102 or 13275304. OLE color: 13275304.

HSL color Cylindrical-coordinate representation of color #A890CA: hue angle of 264.83º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A890CA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168144202-
CMYK0.170.2900.21
HSL264.83º35.37%67.84%-
HSV(B)264.83º28.71%79.22%-
XYZ36.7832.5460.22-
YUV157.79152.95135.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=32.68%
G=28.02%
B=39.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681442020.170.2900.21264.8335.3767.84
HexA890CA111D0151092344
Octal250220312213502541143104
Binary10101000100100001100101010001111010101011000010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890CA; }

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

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

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

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

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

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

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

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