#A991D0

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

Shades of Biloba Flower #A991D0

Tints of Biloba Flower #A991D0

Color information

#A991D0 (or 0xA991D0) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and D0. RGB value is (169,145,208). Sum of RGB (Red+Green+Blue) = 169+145+208=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #A991D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991D0 is #566E2F. Grayscale: #9F9F9F. Windows color (decimal): -5664304 or 13668777. OLE color: 13668777.

HSL color Cylindrical-coordinate representation of color #A991D0: hue angle of 262.86º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A991D0 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169145208-
CMYK0.190.3000.18
HSL262.86º40.13%69.22%-
HSV(B)262.86º30.29%81.57%-
XYZ37.8733.2464.09-
YUV159.36155.45134.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=32.38%
G=27.78%
B=39.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691452080.190.3000.18262.8640.1369.22
HexA991D0131E0121072845
Octal251221320233602240750105
Binary10101001100100011101000010011111100100101000001111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991D0; }

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

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

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

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

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

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

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

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