#AB8AFF

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

Shades of Biloba Flower #AB8AFF

Tints of Biloba Flower #AB8AFF

Color information

#AB8AFF (or 0xAB8AFF) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and FF. RGB value is (171,138,255). Sum of RGB (Red+Green+Blue) = 171+138+255=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AFF is #547500. Grayscale: #A0A0A0. Windows color (decimal): -5534977 or 16747179. OLE color: 16747179.

HSL color Cylindrical-coordinate representation of color #AB8AFF: hue angle of 256.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB8AFF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171138255-
CMYK0.330.4600
HSL256.92º100%77.06%-
HSV(B)256.92º45.88%100%-
XYZ43.9334.0598.87-
YUV161.2180.93134.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 138 (54.30% from 255) = 24.47%
BLUE value IS 255 (100% from 255) = 45.21%
R=30.32%
G=24.47%
B=45.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711382550.330.4600256.9210077.06
HexAB8AFF212E00101644d
Octal253212377415600401144115
Binary1010101110001010111111111000011011100010000000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AFF; }

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

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

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

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

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

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

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

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