#A18BD4

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

Shades of Biloba Flower #A18BD4

Tints of Biloba Flower #A18BD4

Color information

#A18BD4 (or 0xA18BD4) is unknown color: approx Biloba Flower. HEX triplet: A1, 8B and D4. RGB value is (161,139,212). Sum of RGB (Red+Green+Blue) = 161+139+212=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #A18BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BD4 is #5E742B. Grayscale: #999999. Windows color (decimal): -6190124 or 13929377. OLE color: 13929377.

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

Color convert

RGB161139212-
CMYK0.240.3400.17
HSL258.08º45.91%68.82%-
HSV(B)258.08º34.43%83.14%-
XYZ35.8130.866.34-
YUV153.9160.79133.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=31.45%
G=27.15%
B=41.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611392120.240.3400.17258.0845.9168.82
HexA18BD418220111022e45
Octal241213324304202140256105
Binary101000011000101111010100110001000100100011000000101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BD4; }

 p { color: rgb(161,139,212); }

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

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

 a { background-color: rgb(161,139,212); }

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

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

 span { border-color: rgb(161,139,212); }

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