#A18FD3

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

Shades of Biloba Flower #A18FD3

Tints of Biloba Flower #A18FD3

Color information

#A18FD3 (or 0xA18FD3) is unknown color: approx Biloba Flower. HEX triplet: A1, 8F and D3. RGB value is (161,143,211). Sum of RGB (Red+Green+Blue) = 161+143+211=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #A18FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FD3 is #5E702C. Grayscale: #9B9B9B. Windows color (decimal): -6189101 or 13864865. OLE color: 13864865.

HSL color Cylindrical-coordinate representation of color #A18FD3: hue angle of 255.88º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A18FD3 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161143211-
CMYK0.240.3200.17
HSL255.88º43.59%69.41%-
HSV(B)255.88º32.23%82.75%-
XYZ36.2831.9365.88-
YUV156.13158.96131.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=31.26%
G=27.77%
B=40.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611432110.240.3200.17255.8843.5969.41
HexA18FD318200111002c45
Octal241217323304002140054105
Binary101000011000111111010011110001000000100011000000001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FD3; }

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

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

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

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

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

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

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

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