#AB7EDA

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

Shades of Biloba Flower #AB7EDA

Tints of Biloba Flower #AB7EDA

Color information

#AB7EDA (or 0xAB7EDA) is unknown color: approx Biloba Flower. HEX triplet: AB, 7E and DA. RGB value is (171,126,218). Sum of RGB (Red+Green+Blue) = 171+126+218=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EDA is #548125. Grayscale: #959595. Windows color (decimal): -5538086 or 14319275. OLE color: 14319275.

HSL color Cylindrical-coordinate representation of color #AB7EDA: hue angle of 269.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7EDA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171126218-
CMYK0.220.4200.15
HSL269.35º55.42%67.45%-
HSV(B)269.35º42.2%85.49%-
XYZ36.9128.6469.91-
YUV149.94166.41143.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=33.20%
G=24.47%
B=42.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711262180.220.4200.15269.3555.4267.45
HexAB7EDA162A0F10d3743
Octal253176332265201741567103
Binary1010101111111101101101010110101010011111000011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7EDA; }

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

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

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

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

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

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

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

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