#A991DC

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

Shades of Biloba Flower #A991DC

Tints of Biloba Flower #A991DC

Color information

#A991DC (or 0xA991DC) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and DC. RGB value is (169,145,220). Sum of RGB (Red+Green+Blue) = 169+145+220=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #A991DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991DC is #566E23. Grayscale: #A0A0A0. Windows color (decimal): -5664292 or 14455209. OLE color: 14455209.

HSL color Cylindrical-coordinate representation of color #A991DC: hue angle of 259.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A991DC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169145220-
CMYK0.230.3400.14
HSL259.2º51.72%71.57%-
HSV(B)259.2º34.09%86.27%-
XYZ39.4133.8572.17-
YUV160.73161.45133.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=31.65%
G=27.15%
B=41.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691452200.230.3400.14259.251.7271.57
HexA991DC17220E1033448
Octal251221334274201640364110
Binary10101001100100011101110010111100010011101000000111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991DC; }

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

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

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

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

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

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

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

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