#AB8AF3

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

Shades of Biloba Flower #AB8AF3

Tints of Biloba Flower #AB8AF3

Color information

#AB8AF3 (or 0xAB8AF3) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and F3. RGB value is (171,138,243). Sum of RGB (Red+Green+Blue) = 171+138+243=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB8AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AF3 is #54750C. Grayscale: #9F9F9F. Windows color (decimal): -5534989 or 15960747. OLE color: 15960747.

HSL color Cylindrical-coordinate representation of color #AB8AF3: hue angle of 258.86º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8AF3 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171138243-
CMYK0.300.4300.05
HSL258.86º81.4%74.71%-
HSV(B)258.86º43.21%95.29%-
XYZ42.0633.3189.01-
YUV159.84174.93135.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 243 (95.31% from 255) = 44.02%
R=30.98%
G=25%
B=44.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711382430.300.4300.05258.8681.474.71
HexAB8AF31E2B05103514b
Octal253212363365305403121113
Binary10101011100010101111001111110101011010110000001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AF3; }

 p { color: rgb(171,138,243); }

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

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

 a { background-color: rgb(171,138,243); }

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

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

 span { border-color: rgb(171,138,243); }

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