#AB7FDC

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

Shades of Biloba Flower #AB7FDC

Tints of Biloba Flower #AB7FDC

Color information

#AB7FDC (or 0xAB7FDC) is unknown color: approx Biloba Flower. HEX triplet: AB, 7F and DC. RGB value is (171,127,220). Sum of RGB (Red+Green+Blue) = 171+127+220=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FDC is #548023. Grayscale: #969696. Windows color (decimal): -5537828 or 14450603. OLE color: 14450603.

HSL color Cylindrical-coordinate representation of color #AB7FDC: hue angle of 268.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7FDC is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171127220-
CMYK0.220.4200.14
HSL268.39º57.06%68.04%-
HSV(B)268.39º42.27%86.27%-
XYZ37.32971.34-
YUV150.76167.08142.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 127 (50% from 255) = 24.52%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=33.01%
G=24.52%
B=42.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711272200.220.4200.14268.3957.0668.04
HexAB7FDC162A0E10c3944
Octal253177334265201641471104
Binary1010101111111111101110010110101010011101000011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FDC; }

 p { color: rgb(171,127,220); }

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

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

 a { background-color: rgb(171,127,220); }

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

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

 span { border-color: rgb(171,127,220); }

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