#AB8AE7

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

Shades of Biloba Flower #AB8AE7

Tints of Biloba Flower #AB8AE7

Color information

#AB8AE7 (or 0xAB8AE7) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and E7. RGB value is (171,138,231). Sum of RGB (Red+Green+Blue) = 171+138+231=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB8AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AE7 is #547518. Grayscale: #9E9E9E. Windows color (decimal): -5535001 or 15174315. OLE color: 15174315.

HSL color Cylindrical-coordinate representation of color #AB8AE7: hue angle of 261.29º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8AE7 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171138231-
CMYK0.260.4000.09
HSL261.29º65.96%72.35%-
HSV(B)261.29º40.26%90.59%-
XYZ40.3132.679.77-
YUV158.47168.93136.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 231 (90.62% from 255) = 42.78%
R=31.67%
G=25.56%
B=42.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711382310.260.4000.09261.2965.9672.35
HexAB8AE71A28091054248
Octal2532123473250011405102110
Binary101010111000101011100111110101010000100110000010110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AE7; }

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

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

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

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

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

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

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

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