#a18be5

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

Shades of Biloba Flower #A18BE5

Tints of Biloba Flower #A18BE5

Color information

#A18BE5 (or 0xA18BE5) is unknown color: approx Biloba Flower. HEX triplet: A1, 8B and E5. RGB value is (161,139,229). Sum of RGB (Red+Green+Blue) = 161+139+229=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #A18BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BE5 is #5E741A. Grayscale: #9B9B9B. Windows color (decimal): -6190107 or 15043489. OLE color: 15043489.

HSL color Cylindrical-coordinate representation of color #A18BE5: hue angle of 254.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A18BE5 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161139229-
CMYK0.300.3900.10
HSL254.67º63.38%72.16%-
HSV(B)254.67º39.3%89.8%-
XYZ38.0731.778.24-
YUV155.84169.29131.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 229 (89.84% from 255) = 43.29%
R=30.43%
G=26.28%
B=43.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611392290.300.3900.10254.6763.3872.16
HexA18BE51E270Aff3f48
Octal241213345364701237777110
Binary1010000110001011111001011111010011101010111111111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a18be5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a18be5; }

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

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

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

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

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

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

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

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