#AB8EDF

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

Shades of Biloba Flower #AB8EDF

Tints of Biloba Flower #AB8EDF

Color information

#AB8EDF (or 0xAB8EDF) is unknown color: approx Biloba Flower. HEX triplet: AB, 8E and DF. RGB value is (171,142,223). Sum of RGB (Red+Green+Blue) = 171+142+223=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EDF is #547120. Grayscale: #9F9F9F. Windows color (decimal): -5533985 or 14651051. OLE color: 14651051.

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

Color convert

RGB171142223-
CMYK0.230.3600.13
HSL261.48º55.86%71.57%-
HSV(B)261.48º36.32%87.45%-
XYZ39.7933.3374.15-
YUV159.9163.61135.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=31.90%
G=26.49%
B=41.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711422230.230.3600.13261.4855.8671.57
HexAB8EDF17240D1053848
Octal253216337274401540570110
Binary10101011100011101101111110111100100011011000001011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EDF; }

 p { color: rgb(171,142,223); }

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

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

 a { background-color: rgb(171,142,223); }

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

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

 span { border-color: rgb(171,142,223); }

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