#A18FDD

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

Shades of Biloba Flower #A18FDD

Tints of Biloba Flower #A18FDD

Color information

#A18FDD (or 0xA18FDD) is unknown color: approx Biloba Flower. HEX triplet: A1, 8F and DD. RGB value is (161,143,221). Sum of RGB (Red+Green+Blue) = 161+143+221=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #A18FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FDD is #5E7022. Grayscale: #9C9C9C. Windows color (decimal): -6189091 or 14520225. OLE color: 14520225.

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

Color convert

RGB161143221-
CMYK0.270.3500.13
HSL253.85º53.42%71.37%-
HSV(B)253.85º35.29%86.67%-
XYZ37.5732.4472.69-
YUV157.27163.96130.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=30.67%
G=27.24%
B=42.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611432210.270.3500.13253.8553.4271.37
HexA18FDD1B230Dfe3547
Octal241217335334301537665107
Binary1010000110001111110111011101110001101101111111101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FDD; }

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

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

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

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

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

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

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

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