#AB9EE7

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

Shades of Biloba Flower #AB9EE7

Tints of Biloba Flower #AB9EE7

Color information

#AB9EE7 (or 0xAB9EE7) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and E7. RGB value is (171,158,231). Sum of RGB (Red+Green+Blue) = 171+158+231=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB9EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EE7 is #546118. Grayscale: #A9A9A9. Windows color (decimal): -5529881 or 15179435. OLE color: 15179435.

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

Color convert

RGB171158231-
CMYK0.260.3200.09
HSL250.68º60.33%76.27%-
HSV(B)250.68º31.6%90.59%-
XYZ43.4538.8880.82-
YUV170.21162.31128.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=30.54%
G=28.21%
B=41.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711582310.260.3200.09250.6860.3376.27
HexAB9EE71A2009fb3c4c
Octal253236347324001137374114
Binary1010101110011110111001111101010000001001111110111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EE7; }

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

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

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

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

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

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

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

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