#AB8FE4

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

Shades of Biloba Flower #AB8FE4

Tints of Biloba Flower #AB8FE4

Color information

#AB8FE4 (or 0xAB8FE4) is unknown color: approx Biloba Flower. HEX triplet: AB, 8F and E4. RGB value is (171,143,228). Sum of RGB (Red+Green+Blue) = 171+143+228=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB8FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FE4 is #54701B. Grayscale: #A0A0A0. Windows color (decimal): -5533724 or 14978987. OLE color: 14978987.

HSL color Cylindrical-coordinate representation of color #AB8FE4: hue angle of 259.76º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB8FE4 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171143228-
CMYK0.250.3700.11
HSL259.76º61.15%72.75%-
HSV(B)259.76º37.28%89.41%-
XYZ40.6233.977.8-
YUV161.06165.78135.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 228 (89.45% from 255) = 42.07%
R=31.55%
G=26.38%
B=42.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711432280.250.3700.11259.7661.1572.75
HexAB8FE419250B1043d49
Octal253217344314501340475111
Binary10101011100011111110010011001100101010111000001001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FE4; }

 p { color: rgb(171,143,228); }

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

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

 a { background-color: rgb(171,143,228); }

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

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

 span { border-color: rgb(171,143,228); }

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