#AB7FDF

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

Shades of Biloba Flower #AB7FDF

Tints of Biloba Flower #AB7FDF

Color information

#AB7FDF (or 0xAB7FDF) is unknown color: approx Biloba Flower. HEX triplet: AB, 7F and DF. RGB value is (171,127,223). Sum of RGB (Red+Green+Blue) = 171+127+223=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB7FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FDF is #548020. Grayscale: #969696. Windows color (decimal): -5537825 or 14647211. OLE color: 14647211.

HSL color Cylindrical-coordinate representation of color #AB7FDF: hue angle of 267.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7FDF is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171127223-
CMYK0.230.4300.13
HSL267.5º60%68.63%-
HSV(B)267.5º43.05%87.45%-
XYZ37.729.1673.45-
YUV151.1168.58142.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=32.82%
G=24.38%
B=42.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711272230.230.4300.13267.56068.63
HexAB7FDF172B0D10c3c45
Octal253177337275301541474105
Binary1010101111111111101111110111101011011011000011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FDF; }

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

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

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

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

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

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

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

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