#A18DDE

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

Shades of Biloba Flower #A18DDE

Tints of Biloba Flower #A18DDE

Color information

#A18DDE (or 0xA18DDE) is unknown color: approx Biloba Flower. HEX triplet: A1, 8D and DE. RGB value is (161,141,222). Sum of RGB (Red+Green+Blue) = 161+141+222=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #A18DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DDE is #5E7221. Grayscale: #9B9B9B. Windows color (decimal): -6189602 or 14585249. OLE color: 14585249.

HSL color Cylindrical-coordinate representation of color #A18DDE: hue angle of 254.81º degrees, saturation: 0.55, 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 #A18DDE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161141222-
CMYK0.270.3600.13
HSL254.81º55.1%71.18%-
HSV(B)254.81º36.49%87.06%-
XYZ37.4131.973.29-
YUV156.21165.13131.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=30.73%
G=26.91%
B=42.37%

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
Decimal1611412220.270.3600.13254.8155.171.18
HexA18DDE1B240Dff3747
Octal241215336334401537767107
Binary1010000110001101110111101101110010001101111111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DDE; }

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

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

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

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

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

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

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

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