#A18CDD

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

Shades of Biloba Flower #A18CDD

Tints of Biloba Flower #A18CDD

Color information

#A18CDD (or 0xA18CDD) is unknown color: approx Biloba Flower. HEX triplet: A1, 8C and DD. RGB value is (161,140,221). Sum of RGB (Red+Green+Blue) = 161+140+221=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A18CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CDD is #5E7322. Grayscale: #9B9B9B. Windows color (decimal): -6189859 or 14519457. OLE color: 14519457.

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

Color convert

RGB161140221-
CMYK0.270.3700.13
HSL255.56º54.36%70.78%-
HSV(B)255.56º36.65%86.67%-
XYZ37.1331.5572.54-
YUV155.51164.96131.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=30.84%
G=26.82%
B=42.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611402210.270.3700.13255.5654.3670.78
HexA18CDD1B250D1003647
Octal241214335334501540066107
Binary10100001100011001101110111011100101011011000000001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18CDD; }

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

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

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

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

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

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

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

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