#A18DDC

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

Shades of Biloba Flower #A18DDC

Tints of Biloba Flower #A18DDC

Color information

#A18DDC (or 0xA18DDC) is unknown color: approx Biloba Flower. HEX triplet: A1, 8D and DC. RGB value is (161,141,220). Sum of RGB (Red+Green+Blue) = 161+141+220=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #A18DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DDC is #5E7223. Grayscale: #9B9B9B. Windows color (decimal): -6189604 or 14454177. OLE color: 14454177.

HSL color Cylindrical-coordinate representation of color #A18DDC: hue angle of 255.19º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18DDC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161141220-
CMYK0.270.3600.14
HSL255.19º53.02%70.78%-
HSV(B)255.19º35.91%86.27%-
XYZ37.1431.7971.89-
YUV155.99164.13131.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=30.84%
G=27.01%
B=42.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611412200.270.3600.14255.1953.0270.78
HexA18DDC1B240Eff3547
Octal241215334334401637765107
Binary1010000110001101110111001101110010001110111111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DDC; }

 p { color: rgb(161,141,220); }

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

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

 a { background-color: rgb(161,141,220); }

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

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

 span { border-color: rgb(161,141,220); }

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