#AB93EA

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

Shades of Biloba Flower #AB93EA

Tints of Biloba Flower #AB93EA

Color information

#AB93EA (or 0xAB93EA) is unknown color: approx Biloba Flower. HEX triplet: AB, 93 and EA. RGB value is (171,147,234). Sum of RGB (Red+Green+Blue) = 171+147+234=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB93EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93EA is #546C15. Grayscale: #A3A3A3. Windows color (decimal): -5532694 or 15373227. OLE color: 15373227.

HSL color Cylindrical-coordinate representation of color #AB93EA: hue angle of 256.55º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB93EA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171147234-
CMYK0.270.3700.08
HSL256.55º67.44%74.71%-
HSV(B)256.55º37.18%91.76%-
XYZ42.0835.4782.47-
YUV164.09167.45132.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=30.98%
G=26.63%
B=42.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711472340.270.3700.08256.5567.4474.71
HexAB93EA1B2508101434b
Octal2532233523345010401103113
Binary101010111001001111101010110111001010100010000000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93EA; }

 p { color: rgb(171,147,234); }

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

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

 a { background-color: rgb(171,147,234); }

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

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

 span { border-color: rgb(171,147,234); }

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