#A990CB

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

Shades of Biloba Flower #A990CB

Tints of Biloba Flower #A990CB

Color information

#A990CB (or 0xA990CB) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and CB. RGB value is (169,144,203). Sum of RGB (Red+Green+Blue) = 169+144+203=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #A990CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990CB is #566F34. Grayscale: #9D9D9D. Windows color (decimal): -5664565 or 13340841. OLE color: 13340841.

HSL color Cylindrical-coordinate representation of color #A990CB: hue angle of 265.42º degrees, saturation: 0.36, 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 #A990CB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169144203-
CMYK0.170.2900.20
HSL265.42º36.2%68.04%-
HSV(B)265.42º29.06%79.61%-
XYZ37.1132.6960.85-
YUV158.2153.28135.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=32.75%
G=27.91%
B=39.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691442030.170.2900.20265.4236.268.04
HexA990CB111D0141092444
Octal251220313213502441144104
Binary10101001100100001100101110001111010101001000010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990CB; }

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

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

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

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

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

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

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

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