#AB7EDB

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

Shades of Biloba Flower #AB7EDB

Tints of Biloba Flower #AB7EDB

Color information

#AB7EDB (or 0xAB7EDB) is unknown color: approx Biloba Flower. HEX triplet: AB, 7E and DB. RGB value is (171,126,219). Sum of RGB (Red+Green+Blue) = 171+126+219=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EDB is #548124. Grayscale: #959595. Windows color (decimal): -5538085 or 14384811. OLE color: 14384811.

HSL color Cylindrical-coordinate representation of color #AB7EDB: hue angle of 269.03º degrees, saturation: 0.56, 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 #AB7EDB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171126219-
CMYK0.220.4200.14
HSL269.03º56.36%67.65%-
HSV(B)269.03º42.47%85.88%-
XYZ37.0428.6970.6-
YUV150.06166.91142.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=33.14%
G=24.42%
B=42.44%

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
Decimal1711262190.220.4200.14269.0356.3667.65
HexAB7EDB162A0E10d3844
Octal253176333265201641570104
Binary1010101111111101101101110110101010011101000011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7EDB; }

 p { color: rgb(171,126,219); }

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

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

 a { background-color: rgb(171,126,219); }

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

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

 span { border-color: rgb(171,126,219); }

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