#A18FD5

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

Shades of Biloba Flower #A18FD5

Tints of Biloba Flower #A18FD5

Color information

#A18FD5 (or 0xA18FD5) is unknown color: approx Biloba Flower. HEX triplet: A1, 8F and D5. RGB value is (161,143,213). Sum of RGB (Red+Green+Blue) = 161+143+213=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #A18FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FD5 is #5E702A. Grayscale: #9C9C9C. Windows color (decimal): -6189099 or 13995937. OLE color: 13995937.

HSL color Cylindrical-coordinate representation of color #A18FD5: hue angle of 255.43º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18FD5 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161143213-
CMYK0.240.3300.16
HSL255.43º45.45%69.8%-
HSV(B)255.43º32.86%83.53%-
XYZ36.5332.0367.21-
YUV156.36159.96131.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=31.14%
G=27.66%
B=41.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611432130.240.3300.16255.4345.4569.8
HexA18FD51821010ff2d46
Octal241217325304102037755106
Binary10100001100011111101010111000100001010000111111111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FD5; }

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

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

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

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

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

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

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

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