#A18DDD

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

Shades of Biloba Flower #A18DDD

Tints of Biloba Flower #A18DDD

Color information

#A18DDD (or 0xA18DDD) is unknown color: approx Biloba Flower. HEX triplet: A1, 8D and DD. RGB value is (161,141,221). Sum of RGB (Red+Green+Blue) = 161+141+221=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #A18DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DDD is #5E7222. Grayscale: #9B9B9B. Windows color (decimal): -6189603 or 14519713. OLE color: 14519713.

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

Color convert

RGB161141221-
CMYK0.270.3600.13
HSL255º54.05%70.98%-
HSV(B)255º36.2%86.67%-
XYZ37.2731.8572.59-
YUV156.1164.63131.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=30.78%
G=26.96%
B=42.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611412210.270.3600.1325554.0570.98
HexA18DDD1B240Dff3647
Octal241215335334401537766107
Binary1010000110001101110111011101110010001101111111111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DDD; }

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

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

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

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

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

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

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

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