#ABA3BA

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

Shades of Biloba Flower #ABA3BA

Tints of Biloba Flower #ABA3BA

Color information

#ABA3BA (or 0xABA3BA) is unknown color: approx Biloba Flower. HEX triplet: AB, A3 and BA. RGB value is (171,163,186). Sum of RGB (Red+Green+Blue) = 171+163+186=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BA is #545C45. Grayscale: #A7A7A7. Windows color (decimal): -5528646 or 12231595. OLE color: 12231595.

HSL color Cylindrical-coordinate representation of color #ABA3BA: hue angle of 260.87º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA3BA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171163186-
CMYK0.080.1200.27
HSL260.87º14.29%68.43%-
HSV(B)260.87º12.37%72.94%-
XYZ38.7538.451.82-
YUV168.01138.15130.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=32.88%
G=31.35%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711631860.080.1200.27260.8714.2968.43
HexABA3BA8C01B105e44
Octal253243272101403340516104
Binary1010101110100011101110101000110001101110000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3BA; }

 p { color: rgb(171,163,186); }

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

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

 a { background-color: rgb(171,163,186); }

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

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

 span { border-color: rgb(171,163,186); }

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