#AB8DED

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

Shades of Biloba Flower #AB8DED

Tints of Biloba Flower #AB8DED

Color information

#AB8DED (or 0xAB8DED) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and ED. RGB value is (171,141,237). Sum of RGB (Red+Green+Blue) = 171+141+237=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DED is #547212. Grayscale: #A0A0A0. Windows color (decimal): -5534227 or 15568299. OLE color: 15568299.

HSL color Cylindrical-coordinate representation of color #AB8DED: hue angle of 258.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8DED is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171141237-
CMYK0.280.4100.07
HSL258.75º72.73%74.12%-
HSV(B)258.75º40.51%92.94%-
XYZ41.6133.8284.46-
YUV160.91170.94135.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=31.15%
G=25.68%
B=43.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711412370.280.4100.07258.7572.7374.12
HexAB8DED1C2907103494a
Octal253215355345107403111112
Binary10101011100011011110110111100101001011110000001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DED; }

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

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

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

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

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

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

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

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