#AB9CEB

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

Shades of Biloba Flower #AB9CEB

Tints of Biloba Flower #AB9CEB

Color information

#AB9CEB (or 0xAB9CEB) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and EB. RGB value is (171,156,235). Sum of RGB (Red+Green+Blue) = 171+156+235=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CEB is #546314. Grayscale: #A9A9A9. Windows color (decimal): -5530389 or 15441067. OLE color: 15441067.

HSL color Cylindrical-coordinate representation of color #AB9CEB: hue angle of 251.39º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB9CEB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171156235-
CMYK0.270.3400.08
HSL251.39º66.39%76.67%-
HSV(B)251.39º33.62%92.16%-
XYZ43.6838.4383.71-
YUV169.49164.97129.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=30.43%
G=27.76%
B=41.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711562350.270.3400.08251.3966.3976.67
HexAB9CEB1B2208fb424d
Octal2532343533342010373102115
Binary10101011100111001110101111011100010010001111101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CEB; }

 p { color: rgb(171,156,235); }

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

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

 a { background-color: rgb(171,156,235); }

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

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

 span { border-color: rgb(171,156,235); }

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