#AB8DEC

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

Shades of Biloba Flower #AB8DEC

Tints of Biloba Flower #AB8DEC

Color information

#AB8DEC (or 0xAB8DEC) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and EC. RGB value is (171,141,236). Sum of RGB (Red+Green+Blue) = 171+141+236=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DEC is #547213. Grayscale: #A0A0A0. Windows color (decimal): -5534228 or 15502763. OLE color: 15502763.

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

Color convert

RGB171141236-
CMYK0.280.4000.07
HSL258.95º71.43%73.92%-
HSV(B)258.95º40.25%92.55%-
XYZ41.4633.7683.69-
YUV160.8170.44135.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=31.20%
G=25.73%
B=43.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711412360.280.4000.07258.9571.4373.92
HexAB8DEC1C2807103474a
Octal253215354345007403107112
Binary10101011100011011110110011100101000011110000001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DEC; }

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

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

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

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

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

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

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

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