#A18ADD

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

Shades of Biloba Flower #A18ADD

Tints of Biloba Flower #A18ADD

Color information

#A18ADD (or 0xA18ADD) is unknown color: approx Biloba Flower. HEX triplet: A1, 8A and DD. RGB value is (161,138,221). Sum of RGB (Red+Green+Blue) = 161+138+221=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #A18ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ADD is #5E7522. Grayscale: #9A9A9A. Windows color (decimal): -6190371 or 14518945. OLE color: 14518945.

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

Color convert

RGB161138221-
CMYK0.270.3800.13
HSL256.63º54.97%70.39%-
HSV(B)256.63º37.56%86.67%-
XYZ36.8430.9772.44-
YUV154.34165.62132.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=30.96%
G=26.54%
B=42.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611382210.270.3800.13256.6354.9770.39
HexA18ADD1B260D1013746
Octal241212335334601540167106
Binary10100001100010101101110111011100110011011000000011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18ADD; }

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

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

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

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

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

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

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

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