#AB83E8

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

Shades of Biloba Flower #AB83E8

Tints of Biloba Flower #AB83E8

Color information

#AB83E8 (or 0xAB83E8) is unknown color: approx Biloba Flower. HEX triplet: AB, 83 and E8. RGB value is (171,131,232). Sum of RGB (Red+Green+Blue) = 171+131+232=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB83E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83E8 is #547C17. Grayscale: #9A9A9A. Windows color (decimal): -5536792 or 15238059. OLE color: 15238059.

HSL color Cylindrical-coordinate representation of color #AB83E8: hue angle of 263.76º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB83E8 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171131232-
CMYK0.260.4400.09
HSL263.76º68.71%71.18%-
HSV(B)263.76º43.53%90.98%-
XYZ39.4830.7280.19-
YUV154.47171.75139.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 131 (51.56% from 255) = 24.53%
BLUE value IS 232 (91.02% from 255) = 43.45%
R=32.02%
G=24.53%
B=43.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711312320.260.4400.09263.7668.7171.18
HexAB83E81A2C091084547
Octal2532033503254011410105107
Binary101010111000001111101000110101011000100110000100010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83E8; }

 p { color: rgb(171,131,232); }

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

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

 a { background-color: rgb(171,131,232); }

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

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

 span { border-color: rgb(171,131,232); }

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