#AB8DFF

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

Shades of Biloba Flower #AB8DFF

Tints of Biloba Flower #AB8DFF

Color information

#AB8DFF (or 0xAB8DFF) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and FF. RGB value is (171,141,255). Sum of RGB (Red+Green+Blue) = 171+141+255=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFF is #547200. Grayscale: #A2A2A2. Windows color (decimal): -5534209 or 16747947. OLE color: 16747947.

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

Color convert

RGB171141255-
CMYK0.330.4500
HSL255.79º100%77.65%-
HSV(B)255.79º44.71%100%-
XYZ44.3734.9399.01-
YUV162.97179.94133.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 255 (100% from 255) = 44.97%
R=30.16%
G=24.87%
B=44.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711412550.330.4500255.7910077.65
HexAB8DFF212D00100644e
Octal253215377415500400144116
Binary1010101110001101111111111000011011010010000000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DFF; }

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

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

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

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

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

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

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

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