#A991CB

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

Shades of Biloba Flower #A991CB

Tints of Biloba Flower #A991CB

Color information

#A991CB (or 0xA991CB) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and CB. RGB value is (169,145,203). Sum of RGB (Red+Green+Blue) = 169+145+203=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A991CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991CB is #566E34. Grayscale: #9E9E9E. Windows color (decimal): -5664309 or 13341097. OLE color: 13341097.

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

Color convert

RGB169145203-
CMYK0.170.2900.20
HSL264.83º35.8%68.24%-
HSV(B)264.83º28.57%79.61%-
XYZ37.273360.9-
YUV158.79152.95135.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=32.69%
G=28.05%
B=39.26%

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
Decimal1691452030.170.2900.20264.8335.868.24
HexA991CB111D0141092444
Octal251221313213502441144104
Binary10101001100100011100101110001111010101001000010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991CB; }

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

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

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

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

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

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

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

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