#AB8AEB

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

Shades of Biloba Flower #AB8AEB

Tints of Biloba Flower #AB8AEB

Color information

#AB8AEB (or 0xAB8AEB) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and EB. RGB value is (171,138,235). Sum of RGB (Red+Green+Blue) = 171+138+235=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB8AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AEB is #547514. Grayscale: #9E9E9E. Windows color (decimal): -5534997 or 15436459. OLE color: 15436459.

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

Color convert

RGB171138235-
CMYK0.270.4100.08
HSL260.41º70.8%73.14%-
HSV(B)260.41º41.28%92.16%-
XYZ40.8832.8382.78-
YUV158.92170.93136.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=31.43%
G=25.37%
B=43.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711382350.270.4100.08260.4170.873.14
HexAB8AEB1B29081044749
Octal2532123533351010404107111
Binary101010111000101011101011110111010010100010000010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AEB; }

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

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

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

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

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

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

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

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