#A18BEB

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

Shades of Biloba Flower #A18BEB

Tints of Biloba Flower #A18BEB

Color information

#A18BEB (or 0xA18BEB) is unknown color: approx Biloba Flower. HEX triplet: A1, 8B and EB. RGB value is (161,139,235). Sum of RGB (Red+Green+Blue) = 161+139+235=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #A18BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BEB is #5E7414. Grayscale: #9C9C9C. Windows color (decimal): -6190101 or 15436705. OLE color: 15436705.

HSL color Cylindrical-coordinate representation of color #A18BEB: hue angle of 253.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18BEB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161139235-
CMYK0.310.4100.08
HSL253.75º70.59%73.33%-
HSV(B)253.75º40.85%92.16%-
XYZ38.9332.0482.73-
YUV156.52172.29131.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=30.09%
G=25.98%
B=43.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611392350.310.4100.08253.7570.5973.33
HexA18BEB1F2908fe4749
Octal2412133533751010376107111
Binary10100001100010111110101111111101001010001111111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BEB; }

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

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

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

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

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

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

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

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