#AB93DE

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

Shades of Biloba Flower #AB93DE

Tints of Biloba Flower #AB93DE

Color information

#AB93DE (or 0xAB93DE) is unknown color: approx Biloba Flower. HEX triplet: AB, 93 and DE. RGB value is (171,147,222). Sum of RGB (Red+Green+Blue) = 171+147+222=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB93DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93DE is #546C21. Grayscale: #A2A2A2. Windows color (decimal): -5532706 or 14586795. OLE color: 14586795.

HSL color Cylindrical-coordinate representation of color #AB93DE: hue angle of 259.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB93DE is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171147222-
CMYK0.230.3400.13
HSL259.2º53.19%72.35%-
HSV(B)259.2º33.78%87.06%-
XYZ40.4134.873.69-
YUV162.73161.45133.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 147 (57.81% from 255) = 27.22%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=31.67%
G=27.22%
B=41.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711472220.230.3400.13259.253.1972.35
HexAB93DE17220D1033548
Octal253223336274201540365110
Binary10101011100100111101111010111100010011011000000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93DE; }

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

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

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

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

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

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

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

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