#AB83EC

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

Shades of Biloba Flower #AB83EC

Tints of Biloba Flower #AB83EC

Color information

#AB83EC (or 0xAB83EC) is unknown color: approx Biloba Flower. HEX triplet: AB, 83 and EC. RGB value is (171,131,236). Sum of RGB (Red+Green+Blue) = 171+131+236=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83EC is #547C13. Grayscale: #9A9A9A. Windows color (decimal): -5536788 or 15500203. OLE color: 15500203.

HSL color Cylindrical-coordinate representation of color #AB83EC: hue angle of 262.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB83EC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171131236-
CMYK0.280.4400.07
HSL262.86º73.43%71.96%-
HSV(B)262.86º44.49%92.55%-
XYZ40.0530.9583.22-
YUV154.93173.75139.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=31.78%
G=24.35%
B=43.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711312360.280.4400.07262.8673.4371.96
HexAB83EC1C2C071074948
Octal253203354345407407111110
Binary10101011100000111110110011100101100011110000011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83EC; }

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

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

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

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

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

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

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

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