#A990CC

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

Shades of Biloba Flower #A990CC

Tints of Biloba Flower #A990CC

Color information

#A990CC (or 0xA990CC) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and CC. RGB value is (169,144,204). Sum of RGB (Red+Green+Blue) = 169+144+204=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #A990CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990CC is #566F33. Grayscale: #9E9E9E. Windows color (decimal): -5664564 or 13406377. OLE color: 13406377.

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

Color convert

RGB169144204-
CMYK0.170.2900.2
HSL265º37.04%68.24%-
HSV(B)265º29.41%80%-
XYZ37.2332.7461.48-
YUV158.32153.78135.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=32.69%
G=27.85%
B=39.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691442040.170.2900.226537.0468.24
HexA990CC111D0141092544
Octal251220314213502441145104
Binary10101001100100001100110010001111010101001000010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990CC; }

 p { color: rgb(169,144,204); }

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

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

 a { background-color: rgb(169,144,204); }

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

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

 span { border-color: rgb(169,144,204); }

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